Message ID | 1734425887-18069-3-git-send-email-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/21] appstream: upgrade 1.0.3 -> 1.0.4 | expand |
On Tue, 2024-12-17 at 16:57 +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu <wangmy@cn.fujitsu.com> > > boost-math-disable-pch-for-gcc.patch > refreshed for 1.87.0 > > Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> > --- > .../boost/{boost-1.86.0.inc => boost-1.87.0.inc} | 2 +- > ...uild-native_1.86.0.bb => boost-build-native_1.87.0.bb} | 0 > .../boost/boost/boost-math-disable-pch-for-gcc.patch | 8 ++++---- > .../boost/{boost_1.86.0.bb => boost_1.87.0.bb} | 0 > 4 files changed, 5 insertions(+), 5 deletions(-) > rename meta/recipes-support/boost/{boost-1.86.0.inc => boost-1.87.0.inc} (90%) > rename meta/recipes-support/boost/{boost-build-native_1.86.0.bb => boost-build-native_1.87.0.bb} (100%) > rename meta/recipes-support/boost/{boost_1.86.0.bb => boost_1.87.0.bb} (100%) I think this breaks kea: https://valkyrie.yoctoproject.org/#/builders/6/builds/680/steps/12/logs/stdio Cheers, Richard
diff --git a/meta/recipes-support/boost/boost-1.86.0.inc b/meta/recipes-support/boost/boost-1.87.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.86.0.inc rename to meta/recipes-support/boost/boost-1.87.0.inc index 2378b27575..320ec51e36 100644 --- a/meta/recipes-support/boost/boost-1.86.0.inc +++ b/meta/recipes-support/boost/boost-1.87.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b" +SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/" diff --git a/meta/recipes-support/boost/boost-build-native_1.86.0.bb b/meta/recipes-support/boost/boost-build-native_1.87.0.bb similarity index 100% rename from meta/recipes-support/boost/boost-build-native_1.86.0.bb rename to meta/recipes-support/boost/boost-build-native_1.87.0.bb diff --git a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch index dde21fa076..d658b40187 100644 --- a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch +++ b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch @@ -1,4 +1,4 @@ -From c6009cdc1fe76db0092443593396e4d5f0eaa86b Mon Sep 17 00:00:00 2001 +From efd23e59dd09c911990ea4a6f48afed1ac56904b Mon Sep 17 00:00:00 2001 From: Jackie Huang <jackie.huang@windriver.com> Date: Fri, 23 Sep 2016 01:04:50 -0700 Subject: [PATCH] boost-math: disable pch for gcc @@ -14,11 +14,11 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 -index 6549e06b7..342cbf0b1 100644 +index 500c77363..504d7d8c6 100644 --- a/libs/math/build/Jamfile.v2 +++ b/libs/math/build/Jamfile.v2 -@@ -13,7 +13,7 @@ project - <toolset>intel-win:<linkflags>-nologo +@@ -15,7 +15,7 @@ project + <toolset>intel-win:<linkflags>-nologo #<toolset>intel-linux:<pch>off <toolset>intel-darwin:<pch>off - <toolset>gcc,<target-os>windows:<pch>off diff --git a/meta/recipes-support/boost/boost_1.86.0.bb b/meta/recipes-support/boost/boost_1.87.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.86.0.bb rename to meta/recipes-support/boost/boost_1.87.0.bb