OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # 1 #
2 # Copyright (C) 2008-2015 OpenWrt.org 2 # Copyright (C) 2008-2015 OpenWrt.org
3 # 3 #
4 # This is free software, licensed under the GNU General Public License v2. 4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information. 5 # See /LICENSE for more information.
6 # 6 #
7 include $(TOPDIR)/rules.mk 7 include $(TOPDIR)/rules.mk
Line 8... Line 8...
8   8  
9 PKG_NAME:=bison 9 PKG_NAME:=bison
Line 10... Line 10...
10 PKG_VERSION:=3.3.2 10 PKG_VERSION:=3.0.4
11   11  
12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz 12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
Line 13... Line 13...
13 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) 13 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
Line 14... Line 14...
14 PKG_HASH:=039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804 14 PKG_HASH:=a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1
Line 15... Line -...
15   -  
16 HOST_BUILD_PARALLEL:=1 -  
17   15  
18 include $(INCLUDE_DIR)/host-build.mk 16 HOST_BUILD_PARALLEL:=1
19   17  
20 HOST_CONFIGURE_ARGS += --enable-threads=pth 18 include $(INCLUDE_DIR)/host-build.mk