pax-utils: convert to new style staging and BBCLASSEXTEND
authorKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 07:13:02 +0000 (09:13 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 6 May 2010 07:13:02 +0000 (09:13 +0200)
recipes/pax-utils/pax-utils-native_0.1.13.bb [deleted file]
recipes/pax-utils/pax-utils-native_0.1.19.bb [deleted file]
recipes/pax-utils/pax-utils_0.1.13.bb
recipes/pax-utils/pax-utils_0.1.19.bb

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 (file)
index 633e078..0000000
+++ /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 (file)
index 76b648d..0000000
+++ /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"
index 280aa52..5ede5e6 100644 (file)
@@ -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"
index 59a1f02..9813126 100644 (file)
@@ -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"