From 7b979313d2cbf8ce91cf5ec450a31227ef34d542 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Nov 2006 09:41:18 +0000 Subject: [PATCH] fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with util-linux-native --- packages/fakeroot/fakeroot-native_1.2.13.bb | 1 + 1 file changed, 1 insertion(+) 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}" -- 2.39.5