]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: Fix poor operator combination choice
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Nov 2021 14:01:41 +0000 (14:01 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 9 Nov 2021 01:28:55 +0000 (09:28 +0800)
Combining :append with += rarely makes sense. Improve it to use the standard
format (and tweak the implied spacing).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 768766dc007ebe9b4bc38d425584be03fbdb98c1)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/opkg/opkg_0.4.5.bb

index ef18ccf63a845545e8bcc6dccd4d1486ad26eeb8..8152fa0658bf9eaf845c32d4f041c70f6b30ee2d 100644 (file)
@@ -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