]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
elfutils: drop libelf1 provide
authorGeorge Sapkin <george@sapk.in>
Sun, 4 Jan 2026 21:02:21 +0000 (23:02 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 12 Jan 2026 13:28:52 +0000 (14:28 +0100)
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 <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21369
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/elfutils/Makefile

index bbf665d6577186e9a89679ad652ed22abe3e669b..74f5ea07592532e6c2da1a77e96322af51d620a8 100644 (file)
@@ -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)