mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
opkg: RDEPEND "gnupg-gpg" instead of "gnupg"
gnupg-gpg is a minimal installation of gnupg with enough functionality to verify signatures and manage keys. Use this package instead of full gnupg to slim down opkg installations with "--enable-gpg". (From OE-Core rev: c0d663da05c5a2c466658246feaa7872756ded2c) Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1792105f9e
commit
03fce90c11
@@ -32,7 +32,10 @@ OPKGLIBDIR ??= "${target_localstatedir}/lib"
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "libsolv"
|
PACKAGECONFIG ??= "libsolv"
|
||||||
|
|
||||||
PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error,gnupg"
|
PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,\
|
||||||
|
gnupg gpgme libgpg-error,\
|
||||||
|
${@ "gnupg" if ("native" in d.getVar("PN")) else "gnupg-gpg"}\
|
||||||
|
"
|
||||||
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
|
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
|
||||||
PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
|
PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl"
|
||||||
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
|
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
|
||||||
|
|||||||
Reference in New Issue
Block a user