diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-17 12:02:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-17 12:07:02 +0200 |
commit | 69d4f160583e764448f359d2aced62345be3e387 (patch) | |
tree | 33b349bed74e1dc1f6ee1b0c85c41a3476b745b8 /recipes/fakeroot/fakeroot-native_1.12.4.bb | |
parent | 689618f8e29104fa85bc979efc51659b7b147ca8 (diff) |
fakeroot(-native): convert to new style staging
Staging looks really weird, but it matches the way it was.
Diffstat (limited to 'recipes/fakeroot/fakeroot-native_1.12.4.bb')
-rw-r--r-- | recipes/fakeroot/fakeroot-native_1.12.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/fakeroot/fakeroot-native_1.12.4.bb b/recipes/fakeroot/fakeroot-native_1.12.4.bb index 2279094224..e6add2bb26 100644 --- a/recipes/fakeroot/fakeroot-native_1.12.4.bb +++ b/recipes/fakeroot/fakeroot-native_1.12.4.bb @@ -13,9 +13,7 @@ python () { bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d) } -do_stage_append () { - oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ -} +NATIVE_INSTALL_WORKS = "1" RDEPENDS_${PN} = "util-linux-native" |