diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.5.bb b/meta/recipes-devtools/opkg/opkg_0.4.5.bb index bc948647c8..56d6211aee 100644 --- a/meta/recipes-devtools/opkg/opkg_0.4.5.bb +++ b/meta/recipes-devtools/opkg/opkg_0.4.5.bb | |||
| @@ -60,6 +60,19 @@ 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" | ||
| 64 | QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" | ||
| 65 | def package_qa_check_openssl_deprecation (package, d, messages): | ||
| 66 | sane = True | ||
| 67 | |||
| 68 | pkgconfig = (d.getVar("PACKAGECONFIG") or "").split() | ||
| 69 | if pkgconfig and 'openssl' in pkgconfig: | ||
| 70 | package_qa_add_message(messages, 'openssl-deprecation', '"openssl" in opkg.bb PACKAGECONFIG. Feed signature checking with OpenSSL will be deprecated in the next opkg release. Consider using GPG checking instead.') | ||
| 71 | sane = False | ||
| 72 | |||
| 73 | return sane | ||
| 74 | |||
| 75 | |||
| 63 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" | 76 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" |
| 64 | RDEPENDS_${PN}_class-native = "" | 77 | RDEPENDS_${PN}_class-native = "" |
| 65 | RDEPENDS_${PN}_class-nativesdk = "" | 78 | RDEPENDS_${PN}_class-nativesdk = "" |
