[package] base-files: make build dependant on opkg/host
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 6 Sep 2010 02:13:19 +0000 (02:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 6 Sep 2010 02:13:19 +0000 (02:13 +0000)
SVN-Revision: 22948

package/base-files/Makefile

index 21e1cc5bb3ab1a1e9eda62b9f8dd36d4da99cf2b..00a9b354ea409a42057e6a50771ae92b029c559f 100644 (file)
@@ -13,6 +13,7 @@ PKG_NAME:=base-files
 PKG_RELEASE:=52
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
+PKG_BUILD_DEPENDS:=opkg/host
 
 include $(INCLUDE_DIR)/package.mk