aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/bjam-native_1.54.0.bb
blob: 59a031032c03b507ad2cdc9af805f31e452fac82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}/
}