From: Richard Purdie Date: Sat, 16 Feb 2019 14:48:29 +0000 (+0000) Subject: quilt-native: Remove RDEPENDS on util-linux-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b627ab06351bccdb0886b92a5a6610cbe36faf4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git quilt-native: Remove RDEPENDS on util-linux-native This code is actually inactive and inaccurate. If we fix other code to enable native RDEPENDS handling, this then breaks. quilt-native is early in the dependency tree and can't depend on util-linux-native which may need to applu patches. The pieces of util-linux which quilt needs are long established as part of HOSTTOOLS. The other RDEPENDS are already part of ASSUME_PROVIDED. util-linux-native doesn't belong there since it has multiple components and is used as a valid dependency elsewhere in the codebase. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/meta/recipes-devtools/quilt/quilt-native.inc index c7067042e6a..f6b1bd53afa 100644 --- a/meta/recipes-devtools/quilt/quilt-native.inc +++ b/meta/recipes-devtools/quilt/quilt-native.inc @@ -1,4 +1,4 @@ -RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" +RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" INHIBIT_AUTOTOOLS_DEPS = "1"