From ebd7dce320dfdbac449b60e23cfe41125b658319 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 8 Aug 2014 11:37:09 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/opkg') 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" 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" -- cgit 1.2.3-korg