diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2017-08-21 22:56:59 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 08:47:03 +0100 |
| commit | 99d5c5a70f3a2c7c4dd3d12b99fce164c6259744 (patch) | |
| tree | 865a5070ff983117e4e29db1d2275b811dfd3f48 | |
| parent | a031b24e64217a496aa10455e0506a05d219805a (diff) | |
| download | poky-99d5c5a70f3a2c7c4dd3d12b99fce164c6259744.tar.gz | |
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]
(From OE-Core rev: 71c29b53f1a44430306eeda96dc43cf7d002afe5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.10.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
| 20 | RREPLACES_${PN} = "check (<= 0.9.5)" | 20 | RREPLACES_${PN} = "check (<= 0.9.5)" |
| 21 | RDEPENDS_${PN} += "gawk" | 21 | RDEPENDS_${PN} += "gawk" |
| 22 | RDEPENDS_${PN}_class-native = "" | 22 | RDEPENDS_${PN}_class-native = "" |
| 23 | RDEPENDS_${PN}_class-nativesdk = "" | ||
| 24 | 23 | ||
| 25 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
