mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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. (From OE-Core rev: 1b627ab06351bccdb0886b92a5a6610cbe36faf4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user