Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 01/13] boost: update 1.84.0 -> 1.85.0
@ 2024-05-27 18:12 Alexander Kanavin
  2024-05-27 18:12 ` [PATCH 02/13] libgit2: update 1.7.2 -> 1.8.1 Alexander Kanavin
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Alexander Kanavin @ 2024-05-27 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../boost/{boost-1.84.0.inc => boost-1.85.0.inc}          | 2 +-
 ...uild-native_1.84.0.bb => boost-build-native_1.85.0.bb} | 2 +-
 ...t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 6 +++---
 .../boost/0001-dont-setup-compiler-flags-m32-m64.patch    | 4 ++--
 .../boost/boost/boost-math-disable-pch-for-gcc.patch      | 8 ++++----
 .../boost/{boost_1.84.0.bb => boost_1.85.0.bb}            | 0
 6 files changed, 11 insertions(+), 11 deletions(-)
 rename meta/recipes-support/boost/{boost-1.84.0.inc => boost-1.85.0.inc} (90%)
 rename meta/recipes-support/boost/{boost-build-native_1.84.0.bb => boost-build-native_1.85.0.bb} (92%)
 rename meta/recipes-support/boost/{boost_1.84.0.bb => boost_1.85.0.bb} (100%)

diff --git a/meta/recipes-support/boost/boost-1.84.0.inc b/meta/recipes-support/boost/boost-1.85.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.84.0.inc
rename to meta/recipes-support/boost/boost-1.85.0.inc
index 5bbea2ba5bc..c2380bba6ec 100644
--- a/meta/recipes-support/boost/boost-1.84.0.inc
+++ b/meta/recipes-support/boost/boost-1.85.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] = "cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454"
+SRC_URI[sha256sum] = "7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617"
 
 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.84.0.bb b/meta/recipes-support/boost/boost-build-native_1.85.0.bb
similarity index 92%
rename from meta/recipes-support/boost/boost-build-native_1.84.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.85.0.bb
index a345bac4999..b333c7c81a3 100644
--- a/meta/recipes-support/boost/boost-build-native_1.84.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.85.0.bb
@@ -7,7 +7,7 @@ LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master"
-SRCREV = "8d86b9a85407d73d6e8c631771f18c2a237d2d71"
+SRCREV = "b0311a0d4f3bb0f93d06d3c6faca510c7f5a2012"
 PE = "1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
index 9ba5d5cc334..fffc675b08b 100644
--- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
+++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
@@ -1,4 +1,4 @@
-From 18185e939ca121335a6172c8e50872af8122a759 Mon Sep 17 00:00:00 2001
+From 0130a1c0d8ba3c0d59258cb79e8b4a04fe6d8eec Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 18 Dec 2018 15:42:57 +0100
 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that
@@ -13,10 +13,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 153 deletions(-)
 
 diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
-index 834f5e1bf..493a43e6d 100644
+index e5f8f53a4..0186545e8 100644
 --- a/tools/build/src/tools/gcc.jam
 +++ b/tools/build/src/tools/gcc.jam
-@@ -1113,156 +1113,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
+@@ -1111,156 +1111,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
          <architecture>$(architecture)/<instruction-set>$(instruction-set)
          : $(values) ;
  }
diff --git a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch
index 913810a3400..1b01a04c6d9 100644
--- a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch
+++ b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch
@@ -1,4 +1,4 @@
-From bbb0845c0a79238fb2e84cca41826a0944b6ce7e Mon Sep 17 00:00:00 2001
+From 9c3d6fa3544ca7bd6d8c4f4edbb62282cbc35861 Mon Sep 17 00:00:00 2001
 From: Anuj Mittal <anuj.mittal@intel.com>
 Date: Thu, 14 Nov 2019 10:13:53 +0800
 Subject: [PATCH] dont setup compiler flags -m32/-m64
@@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
  1 file changed, 14 deletions(-)
 
 diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
-index 493a43e6d..42dccbdfe 100644
+index 0186545e8..ba33c4086 100644
 --- a/tools/build/src/tools/gcc.jam
 +++ b/tools/build/src/tools/gcc.jam
 @@ -360,20 +360,6 @@ local rule compile-link-flags ( * )
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 9b6fcc63588..9cb671e0134 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 d6864bd78c01c5e8578805a7b67555c70a0e99a2 Mon Sep 17 00:00:00 2001
+From a61dd2b1336c06d232df58212ece88067e8a80bb 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,13 +14,13 @@ 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 fd840287e..5aff7d724 100644
+index 6549e06b7..342cbf0b1 100644
 --- a/libs/math/build/Jamfile.v2
 +++ b/libs/math/build/Jamfile.v2
-@@ -14,7 +14,7 @@ project
+@@ -13,7 +13,7 @@ project
+       <toolset>intel-win:<linkflags>-nologo 
        #<toolset>intel-linux:<pch>off
        <toolset>intel-darwin:<pch>off
-       <toolset>msvc-7.1:<pch>off
 -      <toolset>gcc,<target-os>windows:<pch>off
 +      <toolset>gcc:<pch>off
        #<toolset>gcc:<cxxflags>-fvisibility=hidden
diff --git a/meta/recipes-support/boost/boost_1.84.0.bb b/meta/recipes-support/boost/boost_1.85.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.84.0.bb
rename to meta/recipes-support/boost/boost_1.85.0.bb
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-05-28  8:55 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 18:12 [PATCH 01/13] boost: update 1.84.0 -> 1.85.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 02/13] libgit2: update 1.7.2 -> 1.8.1 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 03/13] pinentry: update 1.2.1 -> 1.3.0 Alexander Kanavin
2024-05-28  7:02   ` [OE-core] " Alexandre Belloni
2024-05-27 18:12 ` [PATCH 04/13] mobile-broadband-provider-info: upgrade 20230416 -> 20240407 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 05/13] cmake: upgrade 3.28.3 -> 3.29.3 Alexander Kanavin
2024-05-27 20:45   ` [OE-core] " Alexandre Belloni
2024-05-28  8:54     ` Alexander Kanavin
2024-05-27 18:12 ` [PATCH 06/13] zstd: upgrade 1.5.5 -> 1.5.6 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 07/13] icu: upgrade 74-2 -> 75-1 Alexander Kanavin
2024-05-27 19:10   ` [OE-core] " Khem Raj
2024-05-27 19:50     ` Alexander Kanavin
2024-05-27 20:22       ` Khem Raj
2024-05-27 20:25         ` Alexander Kanavin
2024-05-27 21:15           ` Khem Raj
2024-05-27 18:12 ` [PATCH 08/13] libxcb: upgrade 1.16.1 -> 1.17.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 09/13] xserver-xorg: upgrade 21.1.12 -> 21.1.13 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 10/13] meson: upgrade 1.3.1 -> 1.4.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 11/13] gtk-doc: upgrade 1.33.2 -> 1.34.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 12/13] gstreamer1.0: update 1.22.11 -> 1.24.3 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 13/13] libomxil: remove the recipe Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox