From: Martin Jansa Date: Tue, 29 Aug 2017 21:21:20 +0000 (+0200) Subject: libcheck: fix file-rdeps QA issue X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=04e11808e6a22adfa367dd2565b20cb9ecdd6439;p=openembedded-core.git libcheck: fix file-rdeps QA issue * Fixes: ERROR: nativesdk-libcheck-0.10.0-r0 do_package_qa: QA Issue: /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/checkmk contained in package nativesdk-libcheck requires /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/gawk, but no providers found in RDEPENDS_nativesdk-libcheck? [file-rdeps] Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.10.0.bb index 4db2d7528c..9d34198a96 100644 --- a/meta/recipes-support/libcheck/libcheck_0.10.0.bb +++ b/meta/recipes-support/libcheck/libcheck_0.10.0.bb @@ -20,6 +20,5 @@ CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" RREPLACES_${PN} = "check (<= 0.9.5)" RDEPENDS_${PN} += "gawk" RDEPENDS_${PN}_class-native = "" -RDEPENDS_${PN}_class-nativesdk = "" BBCLASSEXTEND = "native nativesdk"