diff options
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.5.bb b/meta/recipes-devtools/opkg/opkg_0.4.5.bb index f5c7d11191..1fe6ed5ecb 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 () { | |||
60 | sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile | 60 | sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile |
61 | } | 61 | } |
62 | 62 | ||
63 | WARN_QA:append += "openssl-deprecation" | 63 | WARN_QA:append = " openssl-deprecation" |
64 | QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" | 64 | QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" |
65 | def package_qa_check_openssl_deprecation (package, d, messages): | 65 | def package_qa_check_openssl_deprecation (package, d, messages): |
66 | sane = True | 66 | sane = True |