From: George Sapkin Date: Sun, 4 Jan 2026 21:02:21 +0000 (+0200) Subject: elfutils: drop libelf1 provide X-Git-Tag: v25.12.0-rc3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f644e7cad0205f46cc7d135ba8c96108488e25e;p=thirdparty%2Fopenwrt.git elfutils: drop libelf1 provide ABI version is added to a package name during packaging, so there's no need to specify it manually. And nothing explicitly depends on libelf1. Fixes: d7bf089 ("elfutils: rename libelf1 to libelf") Signed-off-by: George Sapkin Link: https://github.com/openwrt/openwrt/pull/21369 (cherry picked from commit 8cc2743c4865607b67f9b4b2ecacb62e242abb20) Link: https://github.com/openwrt/openwrt/pull/21547 Signed-off-by: Robert Marko --- diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index bbf665d6577..74f5ea07592 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs/elfutils/Makefile @@ -51,7 +51,6 @@ define Package/libelf $(call Package/elfutils/Default) DEPENDS:=$(INTL_DEPENDS) +zlib TITLE+= (libelf) - PROVIDES:=libelf1 endef ifeq ($(CONFIG_BUILD_NLS),y)