[oe-commits] Armin Kuster : pksc11-helper: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:18 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 192ae8e0bfc92c321ae7752823fbe42525925f43
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=192ae8e0bfc92c321ae7752823fbe42525925f43

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 06:17:06 2015 -0700

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a833297..db71bd0 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
 



More information about the Openembedded-commits mailing list