aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 06:17:06 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:11 +0200
commitc16d492ee255f3dfab3baa979da703467d105525 (patch)
tree16067434a911530c5b3b5f5e6da91913123c2580
parentc23d4d9e58f0ee43f390e863e75a15130fba54dd (diff)
downloadmeta-openembedded-contrib-c16d492ee255f3dfab3baa979da703467d105525.tar.gz
pksc11-helper: Fix QA warnings
WARNING: QA Issue: pkcs11-helper rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: pkcs11-helper rdepends on nss, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb b/meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb
index a833297500..db71bd03b7 100644
--- a/meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb
+++ b/meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "494ec59c93e7c56c528f335d9353849e2e7c94a6b1b41c89604694e738
S = "${WORKDIR}/git"
SRCREV = "e7adf8f35be232a4f04c53b4ac409be52792093e"
-DEPENDS = "zlib nettle gnutls gmp openssl"
+DEPENDS = "zlib nettle gnutls gmp openssl nss nspr"
inherit autotools pkgconfig