[oe-commits] Koen Kooi : pax-utils: convert to new style staging and BBCLASSEXTEND

git version control git at git.openembedded.org
Thu May 6 07:13:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b1f53557c586db2e73b06ab5f7912c195527f291
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1f53557c586db2e73b06ab5f7912c195527f291

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May  6 09:13:02 2010 +0200

pax-utils: convert to new style staging and BBCLASSEXTEND

---

 recipes/pax-utils/pax-utils-native_0.1.13.bb |   12 ------------
 recipes/pax-utils/pax-utils-native_0.1.19.bb |   15 ---------------
 recipes/pax-utils/pax-utils_0.1.13.bb        |    2 ++
 recipes/pax-utils/pax-utils_0.1.19.bb        |    2 ++
 4 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/recipes/pax-utils/pax-utils-native_0.1.13.bb b/recipes/pax-utils/pax-utils-native_0.1.13.bb
deleted file mode 100644
index 633e078..0000000
--- a/recipes/pax-utils/pax-utils-native_0.1.13.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-inherit native
-
-require pax-utils_${PV}.bb
-
-do_stage() {
-    oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install
-}
-
-do_install() {
-	:
-}
-
diff --git a/recipes/pax-utils/pax-utils-native_0.1.19.bb b/recipes/pax-utils/pax-utils-native_0.1.19.bb
deleted file mode 100644
index 76b648d..0000000
--- a/recipes/pax-utils/pax-utils-native_0.1.19.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-inherit native
-
-require pax-utils_${PV}.bb
-
-do_stage() {
-    oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install
-}
-
-do_install() {
-	:
-}
-
-
-SRC_URI[md5sum] = "98f6b9fe17a740a8cc577255422c6103"
-SRC_URI[sha256sum] = "3918628e9f2508708a1a28f5ed4cb39d07cbd5711747bbb3ddf63816d056c11e"
diff --git a/recipes/pax-utils/pax-utils_0.1.13.bb b/recipes/pax-utils/pax-utils_0.1.13.bb
index 280aa52..5ede5e6 100644
--- a/recipes/pax-utils/pax-utils_0.1.13.bb
+++ b/recipes/pax-utils/pax-utils_0.1.13.bb
@@ -15,6 +15,8 @@ do_install() {
     oe_runmake DESTDIR=${D} install
 }
 
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
 
 SRC_URI[md5sum] = "5f09df47a16e83462384b44b75310539"
 SRC_URI[sha256sum] = "72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36"
diff --git a/recipes/pax-utils/pax-utils_0.1.19.bb b/recipes/pax-utils/pax-utils_0.1.19.bb
index 59a1f02..9813126 100644
--- a/recipes/pax-utils/pax-utils_0.1.19.bb
+++ b/recipes/pax-utils/pax-utils_0.1.19.bb
@@ -15,6 +15,8 @@ do_install() {
     oe_runmake DESTDIR=${D} install
 }
 
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
 
 SRC_URI[md5sum] = "98f6b9fe17a740a8cc577255422c6103"
 SRC_URI[sha256sum] = "3918628e9f2508708a1a28f5ed4cb39d07cbd5711747bbb3ddf63816d056c11e"





More information about the Openembedded-commits mailing list