[package] boost: update to 1.51.0
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34035 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d846acfe60
commit
20481fbb1e
@ -10,14 +10,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=boost
|
||||
PKG_VERSION:=1_49_0
|
||||
PKG_VERSION:=1_51_0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/boost
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_VERSION)
|
||||
PKG_MD5SUM:=e0defc8c818e4f1c5bbb29d0292b76ca
|
||||
PKG_MD5SUM:=6a1f32d902203ac70fbec78af95b3cf8
|
||||
|
||||
PKG_BUILD_DEPENDS:=boost/host
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
@ -152,6 +152,7 @@ endef
|
||||
define Package/boost-thread
|
||||
$(call Package/boost/Default)
|
||||
TITLE+= (thread)
|
||||
DEPENDS+= +boost-system +boost-chrono
|
||||
endef
|
||||
|
||||
define Package/boost-timer
|
||||
|
Loading…
x
Reference in New Issue
Block a user