summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-23 15:58:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 16:10:29 +0200
commitc453f6b770be60c3f35535dbcc9aec5bfc7ad5ed (patch)
treeccc892b39e8287d7d7c763d6c16c6acd5aecd1db
parent2b17dae362a4d98e4db74ce0e0bbaf9bc2444b22 (diff)
downloadptxdist-c453f6b770be60c3f35535dbcc9aec5bfc7ad5ed.tar.gz
ptxdist-c453f6b770be60c3f35535dbcc9aec5bfc7ad5ed.tar.xz
opkg: Version bump. 0.5.0 -> 0.6.0
Minor bugfixes. https://git.yoctoproject.org/opkg/commit/?id=05091ea587b66d786a7be9b77fe844387ba60f5a Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220923135844.1903138-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/opkg.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/opkg.make b/rules/opkg.make
index 0ae8b4bce..aee41f8d8 100644
--- a/rules/opkg.make
+++ b/rules/opkg.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPKG) += opkg
#
# Paths and names
#
-OPKG_VERSION := 0.5.0
-OPKG_MD5 := b85f4bafd53d0cdffbcef178319901fa
+OPKG_VERSION := 0.6.0
+OPKG_MD5 := f0c9439c698dd4758500b3cb84fe2e42
OPKG := opkg-$(OPKG_VERSION)
OPKG_SUFFIX := tar.gz
OPKG_URL := http://downloads.yoctoproject.org/releases/opkg/$(OPKG).$(OPKG_SUFFIX)