summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/boost/boost_1.33.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/boost/boost_1.33.0.bb b/packages/boost/boost_1.33.0.bb
index 2c81f37899..db30f95a69 100644
--- a/packages/boost/boost_1.33.0.bb
+++ b/packages/boost/boost_1.33.0.bb
@@ -10,7 +10,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r0"
+PR = "r1"
# need debian package naming for the libs
inherit debian
@@ -128,6 +128,10 @@ BJAM_OPTS = '${BJAM_TOOLS} \
${BJAM_EXTRA}'
+do_configure_prepend() {
+ cp -f boost/config/platform/linux.hpp boost/config/platform/linux-gnueabi.hpp
+}
+
do_compile() {
set -ex
bjam ${BJAM_OPTS} --prefix=${prefix} \