From 9c8cc168d215d5eb784997a40c31262904ff8145 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Mar 2021 21:38:48 +0800 Subject: boost-build-native: upgrade 4.3.0 -> 4.4.1 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../boost/boost-build-native_4.3.0.bb | 27 ---------------------- .../boost/boost-build-native_4.4.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-support/boost/boost-build-native_4.3.0.bb create mode 100644 meta/recipes-support/boost/boost-build-native_4.4.1.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/boost/boost-build-native_4.3.0.bb b/meta/recipes-support/boost/boost-build-native_4.3.0.bb deleted file mode 100644 index 19e991e65f..0000000000 --- a/meta/recipes-support/boost/boost-build-native_4.3.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Boost.Build" -DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere." -HOMEPAGE = "https://github.com/boostorg/build" -SECTION = "devel" - -LICENSE = "BSL-1.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" - -SRC_URI = "git://github.com/boostorg/build;protocol=https" -SRCREV = "632ea768f3eb225b4472c5ed6d20afee708724ad" - -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+){2,}))" - -inherit native - -S = "${WORKDIR}/git" - -do_compile() { - ./bootstrap.sh -} - -do_install() { - ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} -} - -# The build is either release mode (pre-stripped) or debug (-O0). -INSANE_SKIP_${PN} = "already-stripped" diff --git a/meta/recipes-support/boost/boost-build-native_4.4.1.bb b/meta/recipes-support/boost/boost-build-native_4.4.1.bb new file mode 100644 index 0000000000..ad675ce731 --- /dev/null +++ b/meta/recipes-support/boost/boost-build-native_4.4.1.bb @@ -0,0 +1,27 @@ +SUMMARY = "Boost.Build" +DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere." +HOMEPAGE = "https://github.com/boostorg/build" +SECTION = "devel" + +LICENSE = "BSL-1.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" + +SRC_URI = "git://github.com/boostorg/build;protocol=https" +SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+){2,}))" + +inherit native + +S = "${WORKDIR}/git" + +do_compile() { + ./bootstrap.sh +} + +do_install() { + ./b2 install --prefix=${prefix} staging-prefix=${D}${prefix} +} + +# The build is either release mode (pre-stripped) or debug (-O0). +INSANE_SKIP_${PN} = "already-stripped" -- cgit 1.2.3-korg