[oe-commits] [openembedded-core] 25/31: recipeutils-test: use a small dependency in the dummy recipe

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 22:02:58 UTC 2019


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

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

commit 90b4b7dd19526e8aba79cf469dcc2c05401f36cc
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Oct 31 15:51:24 2019 +0000

    recipeutils-test: use a small dependency in the dummy recipe
    
    recipeutils-test has virtual/libx11 as a DEPENDS, but this will cause errors if
    the recipe is built in an environment without x11 in DISTRO_FEATURES.
    
    This dependency isn't actually used for anything so we could remove it, but to
    save updating the test cases too just swap virtual/libx11 for zlib.
    
    [ YOCTO #13611 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
index 7c20d9a..0cd0494 100644
--- a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
+++ b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
@@ -4,7 +4,7 @@ require recipeutils-test.inc
 
 LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
-DEPENDS += "virtual/libx11"
+DEPENDS += "zlib"
 
 BBCLASSEXTEND = "native nativesdk"
 

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


More information about the Openembedded-commits mailing list