From: Josef Schlehofer Date: Wed, 15 Jun 2022 14:31:12 +0000 (+0200) Subject: opkg: update to 2022-02-24 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=e21fea92891fbdfb4eb14e9fe836530b6225cb1f;p=openwrt%2Fstaging%2Fwigyori.git opkg: update to 2022-02-24 Changes: 9c44557 opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages 2edcfad libopkg: set 'const' attribute for argv This should fix the CI error in the packages repository, which happens with perl. Signed-off-by: Josef Schlehofer --- diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 8ac822f17e..83c9dab1b0 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -12,9 +12,9 @@ PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/opkg-lede.git -PKG_SOURCE_DATE:=2022-01-09 -PKG_SOURCE_VERSION:=2edcfad1bb9a32f31199d5842aa087b4d30ec6f5 -PKG_MIRROR_HASH:=b21e51ffe5bae3ca01865415630cc1f4b471f69e0d7947264a579165c7d44294 +PKG_SOURCE_DATE:=2022-02-24 +PKG_SOURCE_VERSION:=d038e5b6d155784575f62a66a8bb7e874173e92e +PKG_MIRROR_HASH:=e5ec4ae93f6529f7f0b9acc22a9a63c1b2f27d3b30b4a82041fcd58b9bc7cdf3 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING