[oe-commits] Paul Barker : opkg: Add runtime dep on gnupg if 'gpg' is in PACAKGECONFIG

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 12:31:19 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 4bc2ba989bfc2cde86e2b9dcb787be22a77250b1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4bc2ba989bfc2cde86e2b9dcb787be22a77250b1

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Fri Aug  8 11:37:09 2014 +0000

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

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/opkg/opkg.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index ba21d84..56c54b6 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -27,7 +27,7 @@ OPKGLIBDIR = "${target_localstatedir}/lib"
 
 PACKAGECONFIG ??= ""
 
-PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error"
+PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error,gnupg"
 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
 PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"



More information about the Openembedded-commits mailing list