Files
poky/meta/recipes-support/boost/bjam-native_1.58.0.bb
Saul Wold 71b4ca38f5 boost/bjam-native: Upgrade to 1.58.0
(From OE-Core rev: 96320445e357ac45549074f6ec8c39c965e581bb)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-24 07:19:20 +01:00

16 lines
257 B
BlitzBasic

include boost-${PV}.inc
SUMMARY = "Portable Boost.Jam build tool for boost"
SECTION = "devel"
inherit native
do_compile() {
./bootstrap.sh --with-toolset=gcc
}
do_install() {
install -d ${D}${bindir}/
install -c -m 755 bjam ${D}${bindir}/
}