summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sapkin2026-01-04 21:02:21 +0000
committerRobert Marko2026-01-12 13:28:52 +0000
commit8cc2743c4865607b67f9b4b2ecacb62e242abb20 (patch)
tree773f6dacab1cd73b3f4a43b3293220f4505f338c
parentaf1fa176c31368e5e56c5a1f31d8a12273536378 (diff)
downloadopenwrt-8cc2743c4865607b67f9b4b2ecacb62e242abb20.tar.gz
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@sapk.in> Link: https://github.com/openwrt/openwrt/pull/21369 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/libs/elfutils/Makefile1
1 files changed, 0 insertions, 1 deletions
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)