@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/target.mk
PKG_NAME := boost
PKG_VERSION := 1_58_0
PKG_RELEASE := 5
PKG_RELEASE := 6
PKG_SOURCE := $( PKG_NAME) _$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := @SF/boost
@ -34,13 +34,13 @@ PKG_USE_MIPS16:=0
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / h o s t - b u i l d . m k
# For now, the combination TARGET_mpc85xx&&USE_UCLIBC disables boost due to incompatibility
d e f i n e P a c k a g e / b o o s t / D e f a u l t
SECTION:= libs
CATEGORY:= Libraries
TITLE:= Boost C++ source library
URL:= http://www.boost.org
DEPENDS:= +libstdcpp +libpthread +librt
DEPENDS:= @( !( TARGET_mpc85xx&& USE_UCLIBC) ) +libstdcpp +libpthread +librt
e n d e f
d e f i n e P a c k a g e / b o o s t / d e s c r i p t i o n / D e f a u l t
@ -72,10 +72,11 @@ define Package/boost/install
true
e n d e f
# For now, the combination TARGET_mpc85xx&&USE_UCLIBC disables boost due to incompatibility
d e f i n e P a c k a g e / b o o s t
$( call Package/boost/Default)
TITLE += packages
DEPENDS:= +ALL:boost-libs +ALL:boost-test
DEPENDS:= @( !( TARGET_mpc85xx&& USE_UCLIBC) ) +ALL:boost-libs +ALL:boost-test
e n d e f
d e f i n e P a c k a g e / b o o s t / c o n f i g
@ -107,7 +108,7 @@ PKG_CONFIG_DEPENDS:= CONFIG_PACKAGE_boost-test
d e f i n e P a c k a g e / b o o s t - t e s t
$( call Package/boost/Default)
TITLE += ( test )
HIDDEN:= 1
HIDDEN:= 1
e n d e f
d e f i n e B u i l d / C o n f i g u r e
@ -148,7 +149,7 @@ $(eval $(call DefineBoostLibrary,filesystem,system,))
$( eval $ ( call DefineBoostLibrary ,graph ,regex ,) )
#$(eval $(call DefineBoostLibrary,graph_parallel,,))
$( eval $ ( call DefineBoostLibrary ,iostreams ,,+zlib ) )
$( eval $ ( call DefineBoostLibrary ,locale ,system ,$ ( ICONV_DEPENDS ) ) )
$( eval $ ( call DefineBoostLibrary ,locale ,system ,$ ( ICONV_DEPENDS ) +@BUILD_NLS ) )
$( eval $ ( call DefineBoostLibrary ,log ,system chrono date_time thread filesystem regex ,) )
$( eval $ ( call DefineBoostLibrary ,math ,,) )
#$(eval $(call DefineBoostLibrary,mpi,,))