Openembedded Core Discussions
 help / color / mirror / Atom feed
From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@cn.fujitsu.com>
Subject: [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0
Date: Tue, 17 Dec 2024 16:57:49 +0800	[thread overview]
Message-ID: <1734425887-18069-3-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1734425887-18069-1-git-send-email-wangmy@fujitsu.com>

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%)

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
-- 
2.43.0



  parent reply	other threads:[~2024-12-17  8:58 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-17  8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
2024-12-17 17:00   ` Alexander Kanavin
2024-12-17  8:57 ` wangmy [this message]
2024-12-17 21:54   ` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0 Richard Purdie
2024-12-17  8:57 ` [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12 wangmy
2024-12-17  8:57 ` [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2 wangmy
2024-12-18 23:15   ` Khem Raj
2024-12-17  8:58 ` [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2 wangmy
2024-12-17  8:58 ` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16 wangmy
2024-12-17 23:11   ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734425887-18069-3-git-send-email-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox