summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-06-06 14:24:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-07-21 10:46:56 +0200
commit412cbdc26490d4c7db2d600806110624f1b9dd9b (patch)
tree7e07f4753c101ae7fa6b7504820c733fe5df0ad7
parent37f5165022edcaaa2952f280bf053016507bee82 (diff)
opkg: update to 0.6.3
-rw-r--r--package/opkg/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 17f2bf2e2..420a8e984 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -4,12 +4,12 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= opkg
-PKG_VERSION:= 0.6.2
+PKG_VERSION:= 0.6.3
PKG_RELEASE:= 1
-PKG_HASH:= ac73a90a2549cd04948e563d915912c78e1b8ba0f43af75c5a53fcca474adbd5
+PKG_HASH:= f3938e359646b406c40d5d442a1467c7e72357f91ab822e442697529641e06de
PKG_DESCR:= embedded package manager
-PKG_DEPENDS:= libcurl libarchive gpgme libressl xz
-PKG_BUILDDEP:= curl libarchive gpgme xz libressl
+PKG_DEPENDS:= libcurl libarchive gpgme libressl bzip2
+PKG_BUILDDEP:= curl libarchive gpgme bzip2 libressl
HOST_BUILDDEP:= libarchive-host curl-host cpio-host
PKG_NEEDS:= threads
PKG_SECTION:= sys/misc
@@ -28,10 +28,10 @@ HOST_CONFIGURE_ARGS+= --disable-openssl \
--disable-gpg \
--disable-xz \
--disable-ssl-curl
-CONFIGURE_ARGS+= --disable-bzip2 \
+CONFIGURE_ARGS+= --enable-bzip2 \
--enable-ssl-curl \
--enable-openssl \
- --enable-xz \
+ --disable-xz \
--enable-gpg
opkg-install: