summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-17 17:10:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-21 11:52:25 +0100
commit3f3567437d281097efcc979497ba7c35c5be6469 (patch)
treefee8fdba869355b091bd07104ec93e9fc9a02103
parentbb9a484a41948cec85b997074af5dac19870bf0d (diff)
downloadpoky-3f3567437d281097efcc979497ba7c35c5be6469.tar.gz
opkg-utils: upgrade 0.5.0 -> 0.6.2
(From OE-Core rev: b0fe9b3dfbe78716c96b70ef098d9cfbf430d5b7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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