summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-17 17:10:16 +0800
committerSteve Sakoman <steve@sakoman.com>2023-08-15 06:18:49 -1000
commita8455f68dc69cd41bcfecf8ae5060e6879f5506e (patch)
tree864adc04fbf0662ee16fc061fc2f8536c7acc10e
parentabbd4660973121a866bfb3a9baa849029d542102 (diff)
downloadpoky-a8455f68dc69cd41bcfecf8ae5060e6879f5506e.tar.gz
opkg-utils: upgrade 0.5.0 -> 0.6.2
(From OE-Core rev: 525459d2f387ec82fabccdae19aa8b977f534929) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit b0fe9b3dfbe78716c96b70ef098d9cfbf430d5b7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb (renamed from meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb
index b27e3ded33..eb88b9b734 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb
@@ -10,7 +10,7 @@ PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtu
10SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \ 10SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \
11 file://0001-update-alternatives-correctly-match-priority.patch \ 11 file://0001-update-alternatives-correctly-match-priority.patch \
12 " 12 "
13SRCREV = "9239541f14a2529b9d01c0a253ab11afa2822dab" 13SRCREV = "67994e62dc598282830385da75ba9b1abbbda941"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16