summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/bjam-native_1.63.0.bb
blob: 46013f343b946f2b316250d1adcc9aae9eb918b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require boost-${PV}.inc

SUMMARY = "Portable Boost.Jam build tool for boost"
SECTION = "devel"

inherit native

SRC_URI += "file://bjam-native-build-bjam.debug.patch"

do_compile() {
    ./bootstrap.sh --with-toolset=gcc
}

do_install() {
    install -d ${D}${bindir}/
    # install unstripped version for bjam
    install -c -m 755 bjam.debug ${D}${bindir}/bjam
}