浏览代码

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@intel.com>
Ross Burton 4 年之前
父节点
当前提交
7dbd72a08a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb

+ 1 - 1
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"