aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pax-utils
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-06 09:13:02 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-06 09:13:02 +0200
commitb1f53557c586db2e73b06ab5f7912c195527f291 (patch)
tree5a0e47858f8735a54d1da23c3fe8b48e840205cb /recipes/pax-utils
parentc73f8d610ab7fdd707218d8d59461628b9c25961 (diff)
downloadopenembedded-b1f53557c586db2e73b06ab5f7912c195527f291.tar.gz
pax-utils: convert to new style staging and BBCLASSEXTEND
Diffstat (limited to 'recipes/pax-utils')
-rw-r--r--recipes/pax-utils/pax-utils-native_0.1.13.bb12
-rw-r--r--recipes/pax-utils/pax-utils-native_0.1.19.bb15
-rw-r--r--recipes/pax-utils/pax-utils_0.1.13.bb2
-rw-r--r--recipes/pax-utils/pax-utils_0.1.19.bb2
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 633e0781f0..0000000000
--- 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 76b648dd71..0000000000
--- 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 280aa52f07..5ede5e6cf3 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 59a1f02fe0..9813126d07 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"