summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 18:38:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 18:38:20 +0200
commitb800a0f74f1dd5122fd2e19ef5c0c6de26a3e968 (patch)
tree8ae7add8ebf060dedb01ddb3e536655835aaa221
parentc51e92bc8c3363a5b5b122b76ac9ddd63c15a9c6 (diff)
downloadptxdist-b800a0f74f1dd5122fd2e19ef5c0c6de26a3e968.tar.gz
ptxdist-b800a0f74f1dd5122fd2e19ef5c0c6de26a3e968.tar.xz
opkg: version bump 0.3.0 -> 0.3.5
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-opkg.make8
-rw-r--r--rules/opkg.make12
2 files changed, 14 insertions, 6 deletions
diff --git a/rules/host-opkg.make b/rules/host-opkg.make
index 6367f8b81..47efd4c2c 100644
--- a/rules/host-opkg.make
+++ b/rules/host-opkg.make
@@ -32,13 +32,17 @@ HOST_OPKG_ENV := $(HOST_ENV)
HOST_OPKG_CONF_TOOL := autoconf
HOST_OPKG_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-static \
--disable-libopkg-api \
+ --disable-static \
--disable-pathfinder \
+ --disable-xz \
+ --disable-bzip2 \
--disable-curl \
--disable-sha256 \
--disable-openssl \
--disable-ssl-curl \
- --disable-gpg
+ --disable-gpg \
+ --without-libsolv \
+ --without-static-libopkg
# vim: syntax=make
diff --git a/rules/opkg.make b/rules/opkg.make
index 5b781eba1..d05c19655 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPKG) += opkg
#
# Paths and names
#
-OPKG_VERSION := 0.3.0
-OPKG_MD5 := 3412cdc71d78b98facc84b19331ec64e
+OPKG_VERSION := 0.3.5
+OPKG_MD5 := d202d09ea0932943071b842626cab13c
OPKG := opkg-$(OPKG_VERSION)
OPKG_SUFFIX := tar.gz
OPKG_URL := http://downloads.yoctoproject.org/releases/opkg/$(OPKG).$(OPKG_SUFFIX)
@@ -37,14 +37,18 @@ OPKG_CONF_TOOL := autoconf
OPKG_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
$(GLOBAL_LARGE_FILE_OPTION) \
- --disable-static \
--disable-libopkg-api \
+ --disable-static \
--$(call ptx/endis, PTXCONF_OPKG_PATHFINDER)-pathfinder \
+ --disable-xz \
+ --disable-bzip2 \
--$(call ptx/endis, PTXCONF_OPKG_CURL)-curl \
--$(call ptx/endis, PTXCONF_OPKG_SHA256)-sha256 \
--$(call ptx/endis, PTXCONF_OPKG_OPENSSL)-openssl \
--$(call ptx/endis, PTXCONF_OPKG_SSL_CURL)-ssl-curl \
- --$(call ptx/endis, PTXCONF_OPKG_GPG)-gpg
+ --$(call ptx/endis, PTXCONF_OPKG_GPG)-gpg \
+ --without-libsolv \
+ --without-static-libopkg
# ----------------------------------------------------------------------------
# Target-Install