summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-17 12:03:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-17 12:03:32 +0100
commit48c615f73267de76881ec01e88ea9a3e3ff660a6 (patch)
treeec7655b249e0e3da7175c965d4d782c2e75dc237 /package/boost
parent941c6dea689480f5feff6a6473f09fb7c6ffee68 (diff)
flavours should be uppercase
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/Makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile
index 327f72c22..2951c1e8c 100644
--- a/package/boost/Makefile
+++ b/package/boost/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= boost
PKG_VERSION:= 1.55.0
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= 93780777cfbf999a600f62883bd54b17
PKG_DESCR:= boost C++ library
PKG_SECTION:= libs
@@ -19,24 +19,24 @@ PKG_ARCH_DEPENDS:= !m68k
DISTFILES:= boost_1_55_0.tar.gz
WRKDIST= ${WRKDIR}/${PKG_NAME}_1_55_0
-PKG_FLAVOURS_BOOST:= date_time graph graph_parallel iostreams math program_options PYTHON regex serialization signals system test thread wave
+PKG_FLAVOURS_BOOST:= DATE_TIME GRAPH GRAPH_PARALLEL IOSTREAMS MATH PROGRAM_OPTIONS PYTHON REGEX SERIALIZATION SIGNALS SYSTEM TEST THREAD WAVE
-PKGFD_date_time:= with date-time
+PKGFD_DATE_TIME:= with date-time
PKGFD_PYTHON:= with Python
PKGFB_PYTHON:= python2
PKGFS_PYTHON:= python2
-PKGFD_iostreams:= with iostreams
-PKGFD_graph:= with graph
-PKGFD_graph_parallel:= with graph_parallel
-PKGFD_math:= with math
-PKGFD_program_options:= with program_options
-PKGFD_regex:= with regex
-PKGFD_serialization:= with serialization
-PKGFD_signals:= with signals
-PKGFD_system:= with system
-PKGFD_test:= with test
-PKGFD_thread:= with thread
-PKGFD_wave:= with wave
+PKGFD_IOSTREAMS:= with iostreams
+PKGFD_GRAPH:= with graph
+PKGFD_GRAPH_PARALLEL:= with graph_parallel
+PKGFD_MATH:= with math
+PKGFD_PROGRAM_OPTIONS:= with program_options
+PKGFD_REGEX:= with regex
+PKGFD_SERIALIZATION:= with serialization
+PKGFD_SIGNALS:= with signals
+PKGFD_SYSTEM:= with system
+PKGFD_TEST:= with test
+PKGFD_THREAD:= with thread
+PKGFD_WAVE:= with wave
include ${TOPDIR}/mk/package.mk