diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 6bfdbd78b6..416fb549f7 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -26,15 +26,18 @@ python () { | |||
26 | target_localstatedir := "${localstatedir}" | 26 | target_localstatedir := "${localstatedir}" |
27 | OPKGLIBDIR = "${target_localstatedir}/lib" | 27 | OPKGLIBDIR = "${target_localstatedir}/lib" |
28 | 28 | ||
29 | SHARED_EXTRA_OECONF = "\ | 29 | PACKAGECONFIG ??= "" |
30 | |||
31 | PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,gpgme libgpg-error" | ||
32 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | ||
33 | PACKAGECONFIG[ssl-curl] = "--enable-ssl-curl,--disable-ssl-curl,curl openssl" | ||
34 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | ||
35 | PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" | ||
36 | PACKAGECONFIG[pathfinder] = "--enable-pathfinder,--disable-pathfinder,pathfinder" | ||
37 | |||
38 | EXTRA_OECONF = "\ | ||
30 | --with-opkglibdir=${OPKGLIBDIR} \ | 39 | --with-opkglibdir=${OPKGLIBDIR} \ |
31 | --disable-gpg \ | ||
32 | --disable-curl \ | ||
33 | --disable-openssl \ | ||
34 | " | 40 | " |
35 | EXTRA_OECONF_class-target = "${SHARED_EXTRA_OECONF} --disable-ssl-curl --disable-sha256" | ||
36 | EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF}" | ||
37 | EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF}" | ||
38 | 41 | ||
39 | PROVIDES += "virtual/update-alternatives" | 42 | PROVIDES += "virtual/update-alternatives" |
40 | RPROVIDES_update-alternatives-cworth += "update-alternatives" | 43 | RPROVIDES_update-alternatives-cworth += "update-alternatives" |