diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 06:17:06 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:57:11 +0200 |
commit | c16d492ee255f3dfab3baa979da703467d105525 (patch) | |
tree | 16067434a911530c5b3b5f5e6da91913123c2580 /meta-oe/recipes-support/pkcs11-helper | |
parent | c23d4d9e58f0ee43f390e863e75a15130fba54dd (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support/pkcs11-helper')
-rw-r--r-- | meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb | 2 |
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 | |||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | SRCREV = "e7adf8f35be232a4f04c53b4ac409be52792093e" | 23 | SRCREV = "e7adf8f35be232a4f04c53b4ac409be52792093e" |
24 | 24 | ||
25 | DEPENDS = "zlib nettle gnutls gmp openssl" | 25 | DEPENDS = "zlib nettle gnutls gmp openssl nss nspr" |
26 | 26 | ||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||