mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
elfutils: remove host build from target package
Commit f4da28c301 ("elfutils: Add host build") supplied a libelf host library to fix a glib2 host build error, but this need was later removed by b6212c8769 ("glib2: don't use libelf during host build"). More importantly, there are already two sources for libelf host libraries: OpenWRT build prerequisites [1] and tools/libelf. A third is not needed. Ref [1]: https://openwrt.org/docs/guide-developer/build-system/install-buildsystem#prerequisites Signed-off-by: Tony Ambardar <itugrok@yahoo.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
6e7debe7ab
commit
989fe06b05
@ -25,7 +25,6 @@ PKG_USE_MIPS16:=0
|
|||||||
PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
|
PKG_BUILD_DEPENDS:=!USE_GLIBC:argp-standalone
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/elfutils/Default
|
define Package/elfutils/Default
|
||||||
@ -99,4 +98,3 @@ endef
|
|||||||
$(eval $(call BuildPackage,libelf))
|
$(eval $(call BuildPackage,libelf))
|
||||||
$(eval $(call BuildPackage,libdw))
|
$(eval $(call BuildPackage,libdw))
|
||||||
$(eval $(call BuildPackage,libasm))
|
$(eval $(call BuildPackage,libasm))
|
||||||
$(eval $(call HostBuild))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user