From: Richard Purdie Date: Thu, 4 Nov 2021 14:01:41 +0000 (+0000) Subject: opkg: Fix poor operator combination choice X-Git-Tag: 2021-10.1-honister~46 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0ed0fd99153dd8a4560b6fbbbaa0decc60f79c5a;p=openembedded-core.git opkg: Fix poor operator combination choice Combining :append with += rarely makes sense. Improve it to use the standard format (and tweak the implied spacing). Signed-off-by: Richard Purdie (cherry picked from commit 768766dc007ebe9b4bc38d425584be03fbdb98c1) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/opkg/opkg_0.4.5.bb b/meta/recipes-devtools/opkg/opkg_0.4.5.bb index ef18ccf63a..8152fa0658 100644 --- a/meta/recipes-devtools/opkg/opkg_0.4.5.bb +++ b/meta/recipes-devtools/opkg/opkg_0.4.5.bb @@ -60,7 +60,7 @@ do_install_ptest () { sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile } -WARN_QA:append += "openssl-deprecation" +WARN_QA:append = " openssl-deprecation" QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" def package_qa_check_openssl_deprecation (package, d, messages): sane = True