summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/bjam-native_1.55.0.bb
blob: d85d1a96cb76d79b103dc0a05b2617e453101e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}/
}
OpenPOWER on IntegriCloud