[openwrt/openwrt] apk: mark package as broken to hide it by default

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 28 10:58:56 PST 2024


ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/17bdccb4a52049ee06142c0b5fbc2001bc519a3a

commit 17bdccb4a52049ee06142c0b5fbc2001bc519a3a
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Nov 27 08:32:01 2024 +0000

    apk: mark package as broken to hide it by default
    
    During the last OpenWrt developer meeting 2024-11-26 it was decided,
    that 24.10 will be the last release using opkg package manager and thus
    apk won't be supported, so make it explicit and mark apk package manager
    as broken.
    
    References: https://openwrt.org/meetings/20241126#release_2410
    Link: https://github.com/openwrt/openwrt/pull/17097
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/system/apk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile
index 3e2066e269..8242e12ee9 100644
--- a/package/system/apk/Makefile
+++ b/package/system/apk/Makefile
@@ -27,7 +27,7 @@ define Package/apk/default
   SECTION:=base
   CATEGORY:=Base system
   TITLE:=apk package manager
-  DEPENDS:=+zlib
+  DEPENDS:=@BROKEN +zlib
   URL:=$(PKG_SOURCE_URL)
   PROVIDES:=apk
 endef




More information about the lede-commits mailing list