diff mbox series

opkg-utils: upgrade 0.6.2 -> 0.6.3

Message ID 1702978497-7791-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit f6bee62670c3a3f9bbc11b104f64249ca32072c9
Headers show
Series opkg-utils: upgrade 0.6.2 -> 0.6.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 19, 2023, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
-Add acls and xattrs support
-whitespace and styling
-update markdown styling
-update opkg mailing list
-add SECURITY.md
-refresh document

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../opkg-utils/{opkg-utils_0.6.2.bb => opkg-utils_0.6.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.6.2.bb => opkg-utils_0.6.3.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb
similarity index 97%
rename from meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb
rename to meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb
index eb88b9b734..b509227e1a 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.2.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb
@@ -10,7 +10,7 @@  PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtu
 SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=https;branch=master \
            file://0001-update-alternatives-correctly-match-priority.patch \
            "
-SRCREV = "67994e62dc598282830385da75ba9b1abbbda941"
+SRCREV = "589880d01969eb9af1e66120e731d43193504718"
 
 S = "${WORKDIR}/git"