diff options
Diffstat (limited to 'packages/boost/boost_1.36.0.bb')
-rw-r--r-- | packages/boost/boost_1.36.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/boost/boost_1.36.0.bb b/packages/boost/boost_1.36.0.bb new file mode 100644 index 0000000000..b5735eddeb --- /dev/null +++ b/packages/boost/boost_1.36.0.bb @@ -0,0 +1,14 @@ +include boost-36.inc + +DEFAULT_PREFERENCE = "-1" + +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ + file://arm-intrinsics.patch;patch=1 \ + " + +BJAM_OPTS = '${BJAM_TOOLS} \ + --builddir=${S}/${TARGET_SYS} \ + ${BJAM_EXTRA}' + |