diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-16 14:48:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-17 10:19:59 +0000 |
commit | d56011fc2f13abee86dd1bf16330bb4a3a74d766 (patch) | |
tree | fec163db3f0d97279209699c295b61e00f374061 /meta/recipes-devtools | |
parent | f3e56f1b57584a136e14386fec2de95e73960eb4 (diff) | |
download | poky-d56011fc2f13abee86dd1bf16330bb4a3a74d766.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/meta/recipes-devtools/quilt/quilt-native.inc index c7067042e6..f6b1bd53af 100644 --- a/meta/recipes-devtools/quilt/quilt-native.inc +++ b/meta/recipes-devtools/quilt/quilt-native.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" | 1 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" |
2 | 2 | ||
3 | INHIBIT_AUTOTOOLS_DEPS = "1" | 3 | INHIBIT_AUTOTOOLS_DEPS = "1" |
4 | 4 | ||