convert libbfd use regular packaging + BUILDONLY instead of Build/DefaultTargets which doesn't work with scripts/feeds
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
96f4382cee
commit
ea4a034754
@ -20,6 +20,13 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
TARGETS:=$(GNU_TARGET_NAME)
|
||||
|
||||
define Package/libbfd
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=The Binutils BFD library
|
||||
URL:=ftp://ftp.gnu.org/gnu/binutils
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--enable-install-libbfd \
|
||||
@ -51,4 +58,4 @@ define Build/InstallDev
|
||||
$(1)/usr/lib/
|
||||
endef
|
||||
|
||||
$(eval $(call Build/DefaultTargets))
|
||||
$(eval $(call BuildPackage,libbfd))
|
||||
|
Loading…
x
Reference in New Issue
Block a user