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:
parent
fa2a2ffeae
commit
7e5e17696a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user