aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-02-08 16:30:00 +0000
committerPhil Blundell <philb@gnu.org>2010-02-08 16:30:00 +0000
commit49d7876eedf76d9419baf29ff67b807a7215f138 (patch)
tree7ad5f86b2116b637686779e01a7c25f044721d78
parent9e5f05c88639c1b2c112c81ee6b191ae7e6f0a06 (diff)
downloadopenembedded-49d7876eedf76d9419baf29ff67b807a7215f138.tar.gz
fakeroot: switch to new style staging
-rw-r--r--recipes/fakeroot/fakeroot-native_1.9.6.bb5
-rw-r--r--recipes/fakeroot/fakeroot_1.9.6.bb6
2 files changed, 0 insertions, 11 deletions
diff --git a/recipes/fakeroot/fakeroot-native_1.9.6.bb b/recipes/fakeroot/fakeroot-native_1.9.6.bb
index 77d6f58651..7a339c1541 100644
--- a/recipes/fakeroot/fakeroot-native_1.9.6.bb
+++ b/recipes/fakeroot/fakeroot-native_1.9.6.bb
@@ -14,8 +14,3 @@ python () {
if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0':
bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d)
}
-
-do_stage_append () {
- oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
-}
-
diff --git a/recipes/fakeroot/fakeroot_1.9.6.bb b/recipes/fakeroot/fakeroot_1.9.6.bb
index aaf696d79d..d71ffae438 100644
--- a/recipes/fakeroot/fakeroot_1.9.6.bb
+++ b/recipes/fakeroot/fakeroot_1.9.6.bb
@@ -10,9 +10,3 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
file://configure-libtool.patch;patch=1"
inherit autotools
-
-do_stage() {
- install -d ${STAGING_INCDIR}/fakeroot
- install -m 644 *.h ${STAGING_INCDIR}/fakeroot
- autotools_stage_all
-}