Files
poky/meta/recipes-support/boost/bjam-native_1.54.0.bb
Saul Wold 2193241175 boost: Update to 1.54
(From OE-Core rev: cc8edbc7c1df39d58b93393c117c8787e9759423)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-07-05 15:44:12 +01:00

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}/
}