mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
opkg: Fix poor operator combination choice
Combining :append with += rarely makes sense. Improve it to use the standard format (and tweak the implied spacing). (From OE-Core rev: 768766dc007ebe9b4bc38d425584be03fbdb98c1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user