corrects dependendcies, BUILD_DEVELOPER_SYSTEM was replaced by NO_STRIP

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12703 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-09-25 15:53:19 +00:00
parent fa2a2ffeae
commit 7e5e17696a
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ define Package/build-essential
SECTION:=devel
CATEGORY:=Development
TITLE:=Build essentials
DEPENDS=+gcc +make +binutils +patch +diffutils @BUILD_DEVELOPER_SYSTEM
DEPENDS=+gcc +make +binutils +patch +diffutils @NO_STRIP
endef
define Build/Compile

View File

@ -26,7 +26,7 @@ define Package/gcc
SECTION:=devel
CATEGORY:=Development
TITLE:=gcc
DEPENDS:=@TARGET_x86 @BUILD_DEVELOPER_SYSTEM
DEPENDS:=@TARGET_x86 @NO_STRIP
endef
define Package/gcc/description