diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-08-08 11:37:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 23:01:59 +0100 |
commit | de963051ee369fb8c56c93550fcb62b11055139b (patch) | |
tree | f9e82936299b25ebbb126b341b0503f42deda227 /meta/recipes-devtools/opkg/opkg.inc | |
parent | 26b2233ebd2f19933076b71d044c0d8e6e11053b (diff) | |
download | poky-de963051ee369fb8c56c93550fcb62b11055139b.tar.gz |
opkg: Add runtime dep on gnupg if 'gpg' is in PACAKGECONFIG
The 'opkg-key' utility requires gpg to manage the list of trusted keys. The
ability to verify package signatures is not much use without the ability to add
keys to the trusted list...
(From OE-Core rev: ebd7dce320dfdbac449b60e23cfe41125b658319)
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg.inc')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index ba21d84960..56c54b6ab7 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -27,7 +27,7 @@ OPKGLIBDIR = "${target_localstatedir}/lib" | |||
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
29 | 29 | ||
30 | PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error" | 30 | PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error,gnupg" |
31 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | 31 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" |
32 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" | 32 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" |
33 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | 33 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" |