[oe-commits] [openembedded-core] 03/07: quilt-native: Remove RDEPENDS on util-linux-native

git at git.openembedded.org git at git.openembedded.org
Sat Feb 16 15:04:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d092abaae6547f61544f794b6c76f7cf9b2c251d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Feb 16 14:48:29 2019 +0000

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/quilt/quilt-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/meta/recipes-devtools/quilt/quilt-native.inc
index c706704..f6b1bd5 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list