mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
13 lines
267 B
BlitzBasic
13 lines
267 B
BlitzBasic
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}'
|
|
|