[Olsr-dev] [PATCH] Fix PKG_BUILD_DEPENDS usage in OpenWrt Makefile

Jo-Philipp Wich (spam-protected)
Thu Sep 19 14:41:10 CEST 2013


---
 openwrt/olsrd2/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openwrt/olsrd2/Makefile b/openwrt/olsrd2/Makefile
index c146ece..a293b0e 100644
--- a/openwrt/olsrd2/Makefile
+++ b/openwrt/olsrd2/Makefile
@@ -13,6 +13,8 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION)
 #PKG_SOURCE_VERSION:=$(PKG_REV)
 CMAKE_INSTALL:=1
 
+PKG_BUILD_DEPENDS:=oonf-api-git
+
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk
 
@@ -37,7 +39,6 @@ define Package/olsrd2-git
 	$(call Package/olsrd2-git/template)
 	TITLE:=OLSRd V2 Routing Agent
 	DEPENDS:=+ldconfig +librt +libnl-tiny
-	PKG_BUILD_DEPENDS:=+oonf-api-git
 endef
 
 define Package/olsrd2-git-plugin-ff-ett
-- 
1.7.10.4





More information about the Olsr-dev mailing list