remove packaging info from libbfd (static lib only)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@3975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3c66bad59
commit
975ef283a8
@ -19,14 +19,6 @@ include $(TOPDIR)/package/kernel.mk
|
|||||||
|
|
||||||
TARGETS:=$(GNU_TARGET_NAME)
|
TARGETS:=$(GNU_TARGET_NAME)
|
||||||
|
|
||||||
define Package/libbfd
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
TITLE:=Universal BFD library from GNU binutils
|
|
||||||
DESCRIPTION:=Universal BFD library from GNU binutils
|
|
||||||
URL:=$(PKG_SOURCE_URL)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,--enable-install-libbfd --enable-commonbfdlib --disable-nls --enable-targets=$(TARGETS),,bfd)
|
$(call Build/Configure/Default,--enable-install-libbfd --enable-commonbfdlib --disable-nls --enable-targets=$(TARGETS),,bfd)
|
||||||
endef
|
endef
|
||||||
@ -48,5 +40,5 @@ define Build/UninstallDev
|
|||||||
$(STAGING_DIR)/usr/include/bfd*.h \
|
$(STAGING_DIR)/usr/include/bfd*.h \
|
||||||
$(STAGING_DIR)/usr/lib/libbfd*
|
$(STAGING_DIR)/usr/lib/libbfd*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libbfd))
|
$(eval $(call Build/DefaultTargets))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user