diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:41:18 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:41:18 +0000 |
commit | 7b979313d2cbf8ce91cf5ec450a31227ef34d542 (patch) | |
tree | 7e39eaccf42cbb924a3332e0350ca095dfc44c2b /packages | |
parent | 7043880cb4d02768054c423ce0bc8e5a9236531f (diff) |
fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with util-linux-native
Diffstat (limited to 'packages')
-rw-r--r-- | packages/fakeroot/fakeroot-native_1.2.13.bb | 1 |
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}" |