summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2014-01-14 08:19:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-17 10:58:29 +0100
commit95bbb04910761f17c94518b0042b8c3c8c9bc082 (patch)
tree85b94cfd699aaaf6b55ac485110b792877bfeb80 /rules/opkg.make
parentbc37494010450ec9b937253a7a1deb254112b6b4 (diff)
downloadptxdist-95bbb04910761f17c94518b0042b8c3c8c9bc082.tar.gz
ptxdist-95bbb04910761f17c94518b0042b8c3c8c9bc082.tar.xz
opkg: version bump 0.1.8 -> 0.2.0
The opkg packet is maintained again, upstream has released a new version recently. We remove the old patch series; it was pulled in from the opkg repository and is included in 0.2.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/opkg.make')
-rw-r--r--rules/opkg.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index 29719e45f..a43305477 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_OPKG) += opkg
#
# Paths and names
#
-OPKG_VERSION := 0.1.8
-OPKG_MD5 := c714ce0e4863bf1315e3b6913ffe3299
+OPKG_VERSION := 0.2.0
+OPKG_MD5 := e8a6fd34fb2529191fe09dc14c934cc3
OPKG := opkg-$(OPKG_VERSION)
OPKG_SUFFIX := tar.gz
-OPKG_URL := http://opkg.googlecode.com/files/$(OPKG).$(OPKG_SUFFIX)
+OPKG_URL := https://opkg.googlecode.com/files/$(OPKG).$(OPKG_SUFFIX)
OPKG_SOURCE := $(SRCDIR)/$(OPKG).$(OPKG_SUFFIX)
OPKG_DIR := $(BUILDDIR)/$(OPKG)