summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.4.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.4.5.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.4.5.bb2
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 ef18ccf63a..f5c7d11191 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.5.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.5.bb
@@ -67,7 +67,7 @@ def package_qa_check_openssl_deprecation (package, d, messages):
67 67
68 pkgconfig = (d.getVar("PACKAGECONFIG") or "").split() 68 pkgconfig = (d.getVar("PACKAGECONFIG") or "").split()
69 if pkgconfig and 'openssl' in pkgconfig: 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.') 70 oe.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 71 sane = False
72 72
73 return sane 73 return sane