[oe-commits] [openembedded-core] 04/04: coreutils: Add extra hint about DEPENDS changes affect on -dev dependencies

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 22:52:41 UTC 2020


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 439a6d18862afce4f0376cf6bab4535a9154b678
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 12 22:51:19 2020 +0000

    coreutils: Add extra hint about DEPENDS changes affect on -dev dependencies
    
    Add an extra comment about the implications of changing DEPENDS.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/coreutils/coreutils_8.31.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index eac0163..2b196b7 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.bb
@@ -150,6 +150,7 @@ inherit ptest
 RDEPENDS_${PN}-ptest += "bash findutils gawk liberror-perl libmodule-build-perl make perl perl-module-file-stat python3-core sed shadow"
 
 # -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy
+# may need tweaking if DEPENDS changes
 RRECOMMENDS_coreutils-dev[nodeprrecs] = "1"
 RRECOMMENDS_coreutils-dev = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev"
 

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


More information about the Openembedded-commits mailing list