From 1be509269201bb4ed48f89a918a36594e0442df2 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 29 Jan 2009 20:13:01 +0000 Subject: move IPKG_STATE_DIR from ./rules.mk to ./include/package-ipkg.mk and change its value to suit opkg SVN-Revision: 14269 --- include/package-ipkg.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b91a27710b..8b4c042a07 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -17,6 +17,8 @@ IPKG:= \ IPKG_BUILD:= \ ipkg-build -c -o 0 -g 0 +IPKG_STATE_DIR:=$(TARGET_DIR)/usr/lib/opkg + define BuildIPKGVariable $(call shexport,Package/$(1)/$(2)) $(1)_COMMANDS += var2file "$(call shvar,Package/$(1)/$(2))" $(2); -- cgit v1.2.3