summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-11-18 08:56:03 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-11-25 06:45:06 +0100
commitac004fd80a56ab53d4ba429bba159c38aa0f711c (patch)
tree9729c2ab1412d31468aa796efbf629bdf9e756df /rules/opkg.make
parentb24c8bb162d7412bd33a5bd3d6b0a93a1df1cfd2 (diff)
downloadptxdist-ac004fd80a56ab53d4ba429bba159c38aa0f711c.tar.gz
ptxdist-ac004fd80a56ab53d4ba429bba159c38aa0f711c.tar.xz
opkg: version bump 0.2.2 -> 0.3.0
* remove obsolete patches. This is handled correctly now by libarchive. * the lock-file is now configured in the config file. * The binary is now called 'opkg' instead of 'opkg-cl'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/opkg.make')
-rw-r--r--rules/opkg.make11
1 files changed, 5 insertions, 6 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index 324465068..be497834f 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPKG) += opkg
#
# Paths and names
#
-OPKG_VERSION := 0.2.2
-OPKG_MD5 := b3ecef90d67d2aed2a14c2116a027482
+OPKG_VERSION := 0.3.0
+OPKG_MD5 := 3412cdc71d78b98facc84b19331ec64e
OPKG := opkg-$(OPKG_VERSION)
OPKG_SUFFIX := tar.gz
OPKG_URL := http://downloads.yoctoproject.org/releases/opkg/$(OPKG).$(OPKG_SUFFIX)
@@ -38,14 +38,13 @@ OPKG_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
$(GLOBAL_LARGE_FILE_OPTION) \
--disable-static \
+ --disable-libopkg-api \
--$(call ptx/endis, PTXCONF_OPKG_PATHFINDER)-pathfinder \
--$(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 \
- --enable-shave \
- --with-opkglockfile=/var/lock/opkg.lock
+ --$(call ptx/endis, PTXCONF_OPKG_GPG)-gpg
# ----------------------------------------------------------------------------
# Target-Install
@@ -65,7 +64,7 @@ ifdef PTXCONF_OPKG_GPG
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg-key)
endif
# @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/update-alternatives)
- @$(call install_copy, opkg, 0, 0, 0755, $(OPKG_PKGDIR)/usr/bin/opkg-cl, /usr/bin/opkg)
+ @$(call install_copy, opkg, 0, 0, 0755, -, /usr/bin/opkg)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/ldconfig)
@$(call install_copy, opkg, 0, 0, 0755, -, /usr/share/opkg/intercept/depmod)