From: Richard Purdie Date: Tue, 21 Nov 2006 09:41:18 +0000 (+0000) Subject: fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with util-linux-native X-Git-Tag: Release-2010-05/1~9453^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b979313d2cbf8ce91cf5ec450a31227ef34d542;p=openembedded.git fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with util-linux-native --- 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}"