generic-poky/meta/recipes-support/boost/bjam-native_1.54.0.bb

16 lines
261 B
BlitzBasic

include boost-${PV}.inc
DESCRIPTION = "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}/
}