diff options
Diffstat (limited to 'recipes/boost/boost_1.36.0.bb')
-rw-r--r-- | recipes/boost/boost_1.36.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/boost/boost_1.36.0.bb b/recipes/boost/boost_1.36.0.bb new file mode 100644 index 0000000000..140ab290ba --- /dev/null +++ b/recipes/boost/boost_1.36.0.bb @@ -0,0 +1,12 @@ +include boost-36.inc + +PR = "r6" + +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}' + |