From ea4a034754f56ddafd9938093c22af17e29d9566 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 13 Jan 2009 02:12:52 +0000 Subject: [PATCH] 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 --- libs/libbfd/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/libbfd/Makefile b/libs/libbfd/Makefile index 4264ecad9..a4f56ca4f 100644 --- a/libs/libbfd/Makefile +++ b/libs/libbfd/Makefile @@ -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)) -- 2.11.0