All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] libdazzle: upgrade 3.42.0 -> 3.44.0
@ 2022-03-22 10:38 Wang Mingyu
  2022-03-22 10:38 ` [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wang Mingyu @ 2022-03-22 10:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libdazzle/{libdazzle_3.42.0.bb => libdazzle_3.44.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libdazzle/{libdazzle_3.42.0.bb => libdazzle_3.44.0.bb} (88%)

diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb
similarity index 88%
rename from meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb
rename to meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb
index a10acc6ada..49ebc818b0 100644
--- a/meta/recipes-gnome/libdazzle/libdazzle_3.42.0.bb
+++ b/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb
@@ -12,7 +12,7 @@ inherit gnomebase upstream-version-is-even vala features_check gobject-introspec
 
 DEPENDS = "glib-2.0-native glib-2.0 gtk+3"
 
-SRC_URI[archive.sha256sum] = "eae67a3b3d9cce408ee9ec0ab6adecb83e52eb53f9bc93713f4df1e84da16925"
+SRC_URI[archive.sha256sum] = "3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae"
 
 GIR_MESON_OPTION = 'with_introspection'
 
-- 
2.25.1



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

* [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1
  2022-03-22 10:38 [OE-core] [PATCH] libdazzle: upgrade 3.42.0 -> 3.44.0 Wang Mingyu
@ 2022-03-22 10:38 ` Wang Mingyu
  2022-03-23  4:52   ` Alexandre Belloni
  2022-03-22 10:38 ` [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0 Wang Mingyu
  2022-03-22 10:38 ` [OE-core] [PATCH] libsolv: upgrade 0.7.21 -> 0.7.22 Wang Mingyu
  2 siblings, 1 reply; 6+ messages in thread
From: Wang Mingyu @ 2022-03-22 10:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

0001-Add-private-headers.patch
removed since it's included in 1.6.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libhandy/0001-Add-private-headers.patch   | 37 -------------------
 .../{libhandy_1.5.0.bb => libhandy_1.6.1.bb}  |  6 +--
 2 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
 rename meta/recipes-gnome/libhandy/{libhandy_1.5.0.bb => libhandy_1.6.1.bb} (89%)

diff --git a/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch b/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
deleted file mode 100644
index 7b2a512738..0000000000
--- a/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From e7c3e8fa00f6a68b2e0629db5ee115e641ea710e Mon Sep 17 00:00:00 2001
-From: Mingli Yu <mingli.yu@windriver.com>
-Date: Wed, 8 Dec 2021 07:35:52 +0000
-Subject: [PATCH] Add private headers
-
-After the commit(8157ecc Separate public and private enums) introduced,
-there comes a race as below:
- | In file included from ../git/src/hdy-settings.c:11:
- | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory
- |    16 | #include "hdy-enums-private.h"
-
-So also add private headers like private sources to libhandy_sources to
-fix the issue.
-
-Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/796]
-
-Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
----
- src/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/meson.build b/src/meson.build
-index d087323..6f11f27 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -64,7 +64,7 @@ hdy_private_enums = gnome.mkenums('hdy-enums-private',
- )
- 
- libhandy_public_sources += [hdy_public_enums[0]]
--libhandy_private_sources += [hdy_private_enums[0]]
-+libhandy_private_sources += hdy_private_enums
- libhandy_generated_headers += [hdy_public_enums[1]]
- 
- src_headers = [
--- 
-2.32.0
-
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
similarity index 89%
rename from meta/recipes-gnome/libhandy/libhandy_1.5.0.bb
rename to meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
index 722593dfb1..06b2b467fe 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
@@ -9,10 +9,8 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master \
-           file://0001-Add-private-headers.patch \
-"
-SRCREV = "8fa8306a79215fc6ebf2483145da98bf9b2495ab"
+SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6"
+SRCREV = "4186dae5570cf8e73cf8a145236240eec3a237b5"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"
-- 
2.25.1



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

* [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0
  2022-03-22 10:38 [OE-core] [PATCH] libdazzle: upgrade 3.42.0 -> 3.44.0 Wang Mingyu
  2022-03-22 10:38 ` [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1 Wang Mingyu
@ 2022-03-22 10:38 ` Wang Mingyu
  2022-03-22 17:13   ` Alexandre Belloni
  2022-03-22 10:38 ` [OE-core] [PATCH] libsolv: upgrade 0.7.21 -> 0.7.22 Wang Mingyu
  2 siblings, 1 reply; 6+ messages in thread
From: Wang Mingyu @ 2022-03-22 10:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...opy_3.3.1.bb => libjitterentropy_3.4.0.bb} | 4 ++--
 1 file changed, 21 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.3.1.bb => libjitterentropy_3.4.0.bb} (58%)

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
similarity index 58%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
index 38b48908a3..f80ed11cc1 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
@@ -5,12 +5,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \
 all environments and on a lot of CPU architectures."
 HOMEPAGE = "http://www.chronox.de/jent.html"
 LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \
                     file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "887c9871ea110e397812ff7f3b28a6269f0a2ffc"
+SRCREV = "2e5019cfe63038faaa405ce53715effe4ea580e4"
 S = "${WORKDIR}/git"
 
 # remove at next version upgrade or when output changes
-- 
2.25.1



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

* [OE-core] [PATCH] libsolv: upgrade 0.7.21 -> 0.7.22
  2022-03-22 10:38 [OE-core] [PATCH] libdazzle: upgrade 3.42.0 -> 3.44.0 Wang Mingyu
  2022-03-22 10:38 ` [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1 Wang Mingyu
  2022-03-22 10:38 ` [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0 Wang Mingyu
@ 2022-03-22 10:38 ` Wang Mingyu
  2 siblings, 0 replies; 6+ messages in thread
From: Wang Mingyu @ 2022-03-22 10:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsolv/{libsolv_0.7.21.bb => libsolv_0.7.22.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.21.bb => libsolv_0.7.22.bb} (95%)

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.21.bb b/meta/recipes-extended/libsolv/libsolv_0.7.22.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.21.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.22.bb
index acf61e3adc..c27bf9c67e 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.21.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.22.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
            file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
 "
 
-SRCREV = "6f8bae1fea9c923bddf01c27115123010d191b07"
+SRCREV = "ea114b257b78bda6ee3e4238118ed93bc57c5984"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
-- 
2.25.1



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

* Re: [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0
  2022-03-22 10:38 ` [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0 Wang Mingyu
@ 2022-03-22 17:13   ` Alexandre Belloni
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2022-03-22 17:13 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello,

I'm pretty sure this is the cause of:
https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/4937/steps/11/logs/stdio

On 22/03/2022 18:38:08+0800, wangmy wrote:
> License-Update: year updated to 2022
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...opy_3.3.1.bb => libjitterentropy_3.4.0.bb} | 4 ++--
>  1 file changed, 21 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.3.1.bb => libjitterentropy_3.4.0.bb} (58%)
> 
> diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
> similarity index 58%
> rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb
> rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
> index 38b48908a3..f80ed11cc1 100644
> --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.1.bb
> +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.0.bb
> @@ -5,12 +5,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \
>  all environments and on a lot of CPU architectures."
>  HOMEPAGE = "http://www.chronox.de/jent.html"
>  LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \
>                      file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
>                      file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
>                      "
>  SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
> -SRCREV = "887c9871ea110e397812ff7f3b28a6269f0a2ffc"
> +SRCREV = "2e5019cfe63038faaa405ce53715effe4ea580e4"
>  S = "${WORKDIR}/git"
>  
>  # remove at next version upgrade or when output changes
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#163539): https://lists.openembedded.org/g/openembedded-core/message/163539
> Mute This Topic: https://lists.openembedded.org/mt/89949054/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1
  2022-03-22 10:38 ` [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1 Wang Mingyu
@ 2022-03-23  4:52   ` Alexandre Belloni
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2022-03-23  4:52 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello,

This probably caused this error:

https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/2767/steps/11/logs/stdio

On 22/03/2022 18:38:07+0800, wangmy wrote:
> 0001-Add-private-headers.patch
> removed since it's included in 1.6.1
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libhandy/0001-Add-private-headers.patch   | 37 -------------------
>  .../{libhandy_1.5.0.bb => libhandy_1.6.1.bb}  |  6 +--
>  2 files changed, 2 insertions(+), 41 deletions(-)
>  delete mode 100644 meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
>  rename meta/recipes-gnome/libhandy/{libhandy_1.5.0.bb => libhandy_1.6.1.bb} (89%)
> 
> diff --git a/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch b/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
> deleted file mode 100644
> index 7b2a512738..0000000000
> --- a/meta/recipes-gnome/libhandy/libhandy/0001-Add-private-headers.patch
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -From e7c3e8fa00f6a68b2e0629db5ee115e641ea710e Mon Sep 17 00:00:00 2001
> -From: Mingli Yu <mingli.yu@windriver.com>
> -Date: Wed, 8 Dec 2021 07:35:52 +0000
> -Subject: [PATCH] Add private headers
> -
> -After the commit(8157ecc Separate public and private enums) introduced,
> -there comes a race as below:
> - | In file included from ../git/src/hdy-settings.c:11:
> - | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory
> - |    16 | #include "hdy-enums-private.h"
> -
> -So also add private headers like private sources to libhandy_sources to
> -fix the issue.
> -
> -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/796]
> -
> -Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ----
> - src/meson.build | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/src/meson.build b/src/meson.build
> -index d087323..6f11f27 100644
> ---- a/src/meson.build
> -+++ b/src/meson.build
> -@@ -64,7 +64,7 @@ hdy_private_enums = gnome.mkenums('hdy-enums-private',
> - )
> - 
> - libhandy_public_sources += [hdy_public_enums[0]]
> --libhandy_private_sources += [hdy_private_enums[0]]
> -+libhandy_private_sources += hdy_private_enums
> - libhandy_generated_headers += [hdy_public_enums[1]]
> - 
> - src_headers = [
> --- 
> -2.32.0
> -
> diff --git a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
> similarity index 89%
> rename from meta/recipes-gnome/libhandy/libhandy_1.5.0.bb
> rename to meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
> index 722593dfb1..06b2b467fe 100644
> --- a/meta/recipes-gnome/libhandy/libhandy_1.5.0.bb
> +++ b/meta/recipes-gnome/libhandy/libhandy_1.6.1.bb
> @@ -9,10 +9,8 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
>  LICENSE = "LGPL-2.1-only"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>  
> -SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master \
> -           file://0001-Add-private-headers.patch \
> -"
> -SRCREV = "8fa8306a79215fc6ebf2483145da98bf9b2495ab"
> +SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-6"
> +SRCREV = "4186dae5570cf8e73cf8a145236240eec3a237b5"
>  S = "${WORKDIR}/git"
>  
>  UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#163540): https://lists.openembedded.org/g/openembedded-core/message/163540
> Mute This Topic: https://lists.openembedded.org/mt/89949055/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2022-03-23  4:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 10:38 [OE-core] [PATCH] libdazzle: upgrade 3.42.0 -> 3.44.0 Wang Mingyu
2022-03-22 10:38 ` [OE-core] [PATCH] libhandy: upgrade 1.5.0 -> 1.6.1 Wang Mingyu
2022-03-23  4:52   ` Alexandre Belloni
2022-03-22 10:38 ` [OE-core] [PATCH] libjitterentropy: upgrade 3.3.1 -> 3.4.0 Wang Mingyu
2022-03-22 17:13   ` Alexandre Belloni
2022-03-22 10:38 ` [OE-core] [PATCH] libsolv: upgrade 0.7.21 -> 0.7.22 Wang Mingyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.