[openwrt/openwrt] elfutils: drop libelf1 provide
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 12 05:29:04 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8cc2743c4865607b67f9b4b2ecacb62e242abb20
commit 8cc2743c4865607b67f9b4b2ecacb62e242abb20
Author: George Sapkin <george at sapk.in>
AuthorDate: Sun Jan 4 23:02:21 2026 +0200
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 <george at sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21369
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/libs/elfutils/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index bbf665d657..74f5ea0759 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)
More information about the lede-commits
mailing list