aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fakeroot
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-21 09:41:18 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-21 09:41:18 +0000
commit7b979313d2cbf8ce91cf5ec450a31227ef34d542 (patch)
tree7e39eaccf42cbb924a3332e0350ca095dfc44c2b /packages/fakeroot
parent7043880cb4d02768054c423ce0bc8e5a9236531f (diff)
downloadopenembedded-7b979313d2cbf8ce91cf5ec450a31227ef34d542.tar.gz
fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with util-linux-native
Diffstat (limited to 'packages/fakeroot')
-rw-r--r--packages/fakeroot/fakeroot-native_1.2.13.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/fakeroot/fakeroot-native_1.2.13.bb b/packages/fakeroot/fakeroot-native_1.2.13.bb
index eb58e92b6e..9d48d65229 100644
--- a/packages/fakeroot/fakeroot-native_1.2.13.bb
+++ b/packages/fakeroot/fakeroot-native_1.2.13.bb
@@ -2,6 +2,7 @@ SECTION = "base"
PR = "r0"
require fakeroot_${PV}.bb
inherit native
+RDEPENDS="util-linux-native"
SRC_URI += "file://fix-prefix.patch;patch=1"
S = "${WORKDIR}/fakeroot-${PV}"