]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
recipeutils-test: use a small dependency in the dummy recipe
authorRoss Burton <ross.burton@intel.com>
Thu, 31 Oct 2019 15:51:24 +0000 (15:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Nov 2019 13:31:27 +0000 (13:31 +0000)
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@intel.com>
meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb

index 7c20d9a683ee85ce94f137e9b27523c9eb0c2c2e..0cd0494da8fbbf57912ceb3e3ecdf7cf2a4b2b4a 100644 (file)
@@ -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"