diff options
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb index 104f07fda8..149ee3ca19 100644 --- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb +++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb | |||
@@ -32,7 +32,10 @@ OPKGLIBDIR ??= "${target_localstatedir}/lib" | |||
32 | 32 | ||
33 | PACKAGECONFIG ??= "libsolv" | 33 | PACKAGECONFIG ??= "libsolv" |
34 | 34 | ||
35 | PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error,gnupg" | 35 | PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,\ |
36 | gnupg gpgme libgpg-error,\ | ||
37 | ${@ "gnupg" if ("native" in d.getVar("PN")) else "gnupg-gpg"}\ | ||
38 | " | ||
36 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | 39 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" |
37 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" | 40 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" |
38 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | 41 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" |