[oe-commits] [openembedded-core] 05/06: libcheck: fix file-rdeps QA issue

git at git.openembedded.org git at git.openembedded.org
Wed Aug 30 23:00:28 UTC 2017


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

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

commit 04e11808e6a22adfa367dd2565b20cb9ecdd6439
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Aug 29 23:21:20 2017 +0200

    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 <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libcheck/libcheck_0.10.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.10.0.bb
index 4db2d75..9d34198 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"

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


More information about the Openembedded-commits mailing list