diff options
Diffstat (limited to 'packages/fakeroot/fakeroot-native_1.7.1.bb')
-rw-r--r-- | packages/fakeroot/fakeroot-native_1.7.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/fakeroot/fakeroot-native_1.7.1.bb b/packages/fakeroot/fakeroot-native_1.7.1.bb index 8b3d2a1590..8a54d6497c 100644 --- a/packages/fakeroot/fakeroot-native_1.7.1.bb +++ b/packages/fakeroot/fakeroot-native_1.7.1.bb @@ -1,7 +1,6 @@ -SECTION = "base" require fakeroot_${PV}.bb inherit native -RDEPENDS="util-linux-native" +RDEPENDS = "util-linux-native" SRC_URI += "file://fix-prefix.patch;patch=1 " S = "${WORKDIR}/fakeroot-${PV}" @@ -17,4 +16,3 @@ python () { do_stage_append () { oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/ } - |