| DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere." |
| HOMEPAGE = "https://github.com/boostorg/build" |
| LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
| SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" |
| SRCREV = "0271fafc1141c182d4aaa8db8b1c08a109d04c87" |
| UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))" |
| HOME=/var/run ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} |
| # The build is either release mode (pre-stripped) or debug (-O0). |
| INSANE_SKIP:${PN} = "already-stripped" |