All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4
@ 2021-03-31 14:22 wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: wangmy @ 2021-03-31 14:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

CVE-2018-19876.patch
removed since it is included in 1.17.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../cairo/cairo/CVE-2018-19876.patch          | 34 -------------------
 .../{cairo_1.16.0.bb => cairo_1.17.4.bb}      |  7 ++--
 2 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
 rename meta/recipes-graphics/cairo/{cairo_1.16.0.bb => cairo_1.17.4.bb} (94%)

diff --git a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch b/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
deleted file mode 100644
index 4252a5663b..0000000000
--- a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-CVE: CVE-2018-19876
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From 90e85c2493fdfa3551f202ff10282463f1e36645 Mon Sep 17 00:00:00 2001
-From: Carlos Garcia Campos <cgarcia@igalia.com>
-Date: Mon, 19 Nov 2018 12:33:07 +0100
-Subject: [PATCH] ft: Use FT_Done_MM_Var instead of free when available in
- cairo_ft_apply_variations
-
-Fixes a crash when using freetype >= 2.9
----
- src/cairo-ft-font.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
-index 325dd61b4..981973f78 100644
---- a/src/cairo-ft-font.c
-+++ b/src/cairo-ft-font.c
-@@ -2393,7 +2393,11 @@ skip:
- done:
-         free (coords);
-         free (current_coords);
-+#if HAVE_FT_DONE_MM_VAR
-+        FT_Done_MM_Var (face->glyph->library, ft_mm_var);
-+#else
-         free (ft_mm_var);
-+#endif
-     }
- }
- 
--- 
-2.11.0
-
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.17.4.bb
similarity index 94%
rename from meta/recipes-graphics/cairo/cairo_1.16.0.bb
rename to meta/recipes-graphics/cairo/cairo_1.17.4.bb
index 68f993d7ca..e92540c49e 100644
--- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.17.4.bb
@@ -22,15 +22,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
 
 DEPENDS = "fontconfig glib-2.0 libpng pixman zlib"
 
-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz \
+SRC_URI = "https://cairographics.org/snapshots/cairo-${PV}.tar.xz \
            file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
-           file://CVE-2018-19876.patch \
            file://CVE-2019-6461.patch \
            file://CVE-2019-6462.patch \
           "
 
-SRC_URI[md5sum] = "f19e0353828269c22bd72e271243a552"
-SRC_URI[sha256sum] = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331"
+SRC_URI[md5sum] = "bf9d0d324ecbd350d0e9308125fa4ce0"
+SRC_URI[sha256sum] = "74b24c1ed436bbe87499179a3b27c43f4143b8676d8ad237a6fa787401959705"
 
 inherit autotools pkgconfig upstream-version-is-even gtk-doc multilib_script
 
-- 
2.25.1


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

* [OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1
  2021-03-31 14:22 [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 wangmy
@ 2021-03-31 14:22 ` wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] dbus-glib: upgrade 0.110 -> 0.112 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-03-31 14:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update: add license information of src/third_party/win32/winerror_to_errno.h

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ccache/{ccache_4.2.bb => ccache_4.2.1.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.2.bb => ccache_4.2.1.bb} (78%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.2.bb b/meta/recipes-devtools/ccache/ccache_4.2.1.bb
similarity index 78%
rename from meta/recipes-devtools/ccache/ccache_4.2.bb
rename to meta/recipes-devtools/ccache/ccache_4.2.1.bb
index 9957bc7e65..90b9c6181f 100644
--- a/meta/recipes-devtools/ccache/ccache_4.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.2.1.bb
@@ -7,12 +7,12 @@ HOMEPAGE = "http://ccache.samba.org"
 SECTION = "devel"
 
 LICENSE = "GPLv3+"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=28afb89f649f309e7ac1aab554564637"
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=698a26b57e513d678e1e7727bf56395b"
 
 DEPENDS = "zstd"
 
 SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "dbf139ff32031b54cb47f2d7983269f328df14b5a427882f89f7721e5c411b7e"
+SRC_URI[sha256sum] = "320d2b17d2f76393e5d4bb28c8dee5ca783248e9cd23dff0654694d60f8a4b62"
 
 UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
 
-- 
2.25.1


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

* [OE-core] [PATCH] dbus-glib: upgrade 0.110 -> 0.112
  2021-03-31 14:22 [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1 wangmy
@ 2021-03-31 14:22 ` wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39 wangmy
  2021-03-31 15:48 ` [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 Alexander Kanavin
  3 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-03-31 14:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

License-Update:add the following information of license
     SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dbus/{dbus-glib_0.110.bb => dbus-glib_0.112.bb}       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-core/dbus/{dbus-glib_0.110.bb => dbus-glib_0.112.bb} (84%)

diff --git a/meta/recipes-core/dbus/dbus-glib_0.110.bb b/meta/recipes-core/dbus/dbus-glib_0.112.bb
similarity index 84%
rename from meta/recipes-core/dbus/dbus-glib_0.110.bb
rename to meta/recipes-core/dbus/dbus-glib_0.112.bb
index 0b45805cf4..003c3accc3 100644
--- a/meta/recipes-core/dbus/dbus-glib_0.110.bb
+++ b/meta/recipes-core/dbus/dbus-glib_0.112.bb
@@ -3,8 +3,8 @@ DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
 the D-Bus library with the GLib thread abstraction and main loop."
 HOMEPAGE = "https://www.freedesktop.org/Software/dbus"
 LICENSE = "AFL-2.1 | GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \
-                    file://dbus/dbus-glib.h;beginline=7;endline=21;md5=7755c9d7abccd5dbd25a6a974538bb3c"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c31c73c1d8f5d06784b2ccd22e42d641 \
+                    file://dbus/dbus-glib.h;beginline=7;endline=21;md5=c374833bd817988323f3a8fda0dc7f48"
 SECTION = "base"
 
 DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
@@ -14,8 +14,8 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.g
            file://no-examples.patch \
            file://test-install-makefile.patch \
 "
-SRC_URI[md5sum] = "d7cebf1d69445cbd28b4983392145192"
-SRC_URI[sha256sum] = "7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825"
+SRC_URI[md5sum] = "021e6c8a288df02c227e4aafbf7e7527"
+SRC_URI[sha256sum] = "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a"
 
 inherit autotools pkgconfig gettext bash-completion gtk-doc
 
-- 
2.25.1


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

* [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39
  2021-03-31 14:22 [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1 wangmy
  2021-03-31 14:22 ` [OE-core] [PATCH] dbus-glib: upgrade 0.110 -> 0.112 wangmy
@ 2021-03-31 14:22 ` wangmy
  2021-04-05  5:56   ` Khem Raj
  2021-03-31 15:48 ` [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 Alexander Kanavin
  3 siblings, 1 reply; 9+ messages in thread
From: wangmy @ 2021-03-31 14:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)

diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
similarity index 90%
rename from meta/recipes-core/ell/ell_0.38.bb
rename to meta/recipes-core/ell/ell_0.39.bb
index 7d3a339978..68ec4cb4a4 100644
--- a/meta/recipes-core/ell/ell_0.38.bb
+++ b/meta/recipes-core/ell/ell_0.39.bb
@@ -17,7 +17,7 @@ inherit autotools pkgconfig
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
            file://0001-pem.c-do-not-use-rawmemchr.patch \
            "
-SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
+SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.25.1


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

* Re: [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4
  2021-03-31 14:22 [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 wangmy
                   ` (2 preceding siblings ...)
  2021-03-31 14:22 ` [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39 wangmy
@ 2021-03-31 15:48 ` Alexander Kanavin
  2021-04-01  0:01   ` wangmy
  3 siblings, 1 reply; 9+ messages in thread
From: Alexander Kanavin @ 2021-03-31 15:48 UTC (permalink / raw)
  To: wangmy; +Cc: OE-core, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 3327 bytes --]

This is a development version, which is made very clearly:
https://cairographics.org/snapshots/

What's the rationale for this update?

Alex

On Wed, 31 Mar 2021 at 16:22, wangmy <wangmy@fujitsu.com> wrote:

> CVE-2018-19876.patch
> removed since it is included in 1.17.4
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../cairo/cairo/CVE-2018-19876.patch          | 34 -------------------
>  .../{cairo_1.16.0.bb => cairo_1.17.4.bb}      |  7 ++--
>  2 files changed, 3 insertions(+), 38 deletions(-)
>  delete mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
>  rename meta/recipes-graphics/cairo/{cairo_1.16.0.bb => cairo_1.17.4.bb}
> (94%)
>
> diff --git a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
> b/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
> deleted file mode 100644
> index 4252a5663b..0000000000
> --- a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -CVE: CVE-2018-19876
> -Upstream-Status: Backport
> -Signed-off-by: Ross Burton <ross.burton@intel.com>
> -
> -From 90e85c2493fdfa3551f202ff10282463f1e36645 Mon Sep 17 00:00:00 2001
> -From: Carlos Garcia Campos <cgarcia@igalia.com>
> -Date: Mon, 19 Nov 2018 12:33:07 +0100
> -Subject: [PATCH] ft: Use FT_Done_MM_Var instead of free when available in
> - cairo_ft_apply_variations
> -
> -Fixes a crash when using freetype >= 2.9
> ----
> - src/cairo-ft-font.c | 4 ++++
> - 1 file changed, 4 insertions(+)
> -
> -diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
> -index 325dd61b4..981973f78 100644
> ---- a/src/cairo-ft-font.c
> -+++ b/src/cairo-ft-font.c
> -@@ -2393,7 +2393,11 @@ skip:
> - done:
> -         free (coords);
> -         free (current_coords);
> -+#if HAVE_FT_DONE_MM_VAR
> -+        FT_Done_MM_Var (face->glyph->library, ft_mm_var);
> -+#else
> -         free (ft_mm_var);
> -+#endif
> -     }
> - }
> -
> ---
> -2.11.0
> -
> diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb
> b/meta/recipes-graphics/cairo/cairo_1.17.4.bb
> similarity index 94%
> rename from meta/recipes-graphics/cairo/cairo_1.16.0.bb
> rename to meta/recipes-graphics/cairo/cairo_1.17.4.bb
> index 68f993d7ca..e92540c49e 100644
> --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb
> +++ b/meta/recipes-graphics/cairo/cairo_1.17.4.bb
> @@ -22,15 +22,14 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
>
>  DEPENDS = "fontconfig glib-2.0 libpng pixman zlib"
>
> -SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz \
> +SRC_URI = "https://cairographics.org/snapshots/cairo-${PV}.tar.xz \
>             file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
> -           file://CVE-2018-19876.patch \
>             file://CVE-2019-6461.patch \
>             file://CVE-2019-6462.patch \
>            "
>
> -SRC_URI[md5sum] = "f19e0353828269c22bd72e271243a552"
> -SRC_URI[sha256sum] =
> "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331"
> +SRC_URI[md5sum] = "bf9d0d324ecbd350d0e9308125fa4ce0"
> +SRC_URI[sha256sum] =
> "74b24c1ed436bbe87499179a3b27c43f4143b8676d8ad237a6fa787401959705"
>
>  inherit autotools pkgconfig upstream-version-is-even gtk-doc
> multilib_script
>
> --
> 2.25.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 5140 bytes --]

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

* Re: [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4
  2021-03-31 15:48 ` [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 Alexander Kanavin
@ 2021-04-01  0:01   ` wangmy
  0 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-04-01  0:01 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 4417 bytes --]

This is an upgrade to solve the CVE problem.

Please ignore the upgrade. I will upgrade it after the  new version is released.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>
http://www.fujitsu.com/cn/fnst/

From: Alexander Kanavin <alex.kanavin@gmail.com>
Sent: Wednesday, March 31, 2021 11:49 PM
To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>; Richard Purdie <richard.purdie@linuxfoundation.org>
Subject: Re: [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4

This is a development version, which is made very clearly:
https://cairographics.org/snapshots/

What's the rationale for this update?

Alex

On Wed, 31 Mar 2021 at 16:22, wangmy <wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>> wrote:
CVE-2018-19876.patch
removed since it is included in 1.17.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com<mailto:wangmy@fujitsu.com>>
---
 .../cairo/cairo/CVE-2018-19876.patch          | 34 -------------------
 .../{cairo_1.16.0.bb<http://cairo_1.16.0.bb> => cairo_1.17.4.bb<http://cairo_1.17.4.bb>}      |  7 ++--
 2 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
 rename meta/recipes-graphics/cairo/{cairo_1.16.0.bb<http://cairo_1.16.0.bb> => cairo_1.17.4.bb<http://cairo_1.17.4.bb>} (94%)

diff --git a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch b/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
deleted file mode 100644
index 4252a5663b..0000000000
--- a/meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-CVE: CVE-2018-19876
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@intel.com<mailto:ross.burton@intel.com>>
-
-From 90e85c2493fdfa3551f202ff10282463f1e36645 Mon Sep 17 00:00:00 2001
-From: Carlos Garcia Campos <cgarcia@igalia.com<mailto:cgarcia@igalia.com>>
-Date: Mon, 19 Nov 2018 12:33:07 +0100
-Subject: [PATCH] ft: Use FT_Done_MM_Var instead of free when available in
- cairo_ft_apply_variations
-
-Fixes a crash when using freetype >= 2.9
----
- src/cairo-ft-font.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
-index 325dd61b4..981973f78 100644
---- a/src/cairo-ft-font.c
-+++ b/src/cairo-ft-font.c
-@@ -2393,7 +2393,11 @@ skip:
- done:
-         free (coords);
-         free (current_coords);
-+#if HAVE_FT_DONE_MM_VAR
-+        FT_Done_MM_Var (face->glyph->library, ft_mm_var);
-+#else
-         free (ft_mm_var);
-+#endif
-     }
- }
-
---
-2.11.0
-
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb<http://cairo_1.16.0.bb> b/meta/recipes-graphics/cairo/cairo_1.17.4.bb<http://cairo_1.17.4.bb>
similarity index 94%
rename from meta/recipes-graphics/cairo/cairo_1.16.0.bb<http://cairo_1.16.0.bb>
rename to meta/recipes-graphics/cairo/cairo_1.17.4.bb<http://cairo_1.17.4.bb>
index 68f993d7ca..e92540c49e 100644
--- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb<http://cairo_1.16.0.bb>
+++ b/meta/recipes-graphics/cairo/cairo_1.17.4.bb<http://cairo_1.17.4.bb>
@@ -22,15 +22,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"

 DEPENDS = "fontconfig glib-2.0 libpng pixman zlib"

-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz<http://cairographics.org/releases/cairo-$%7BPV%7D.tar.xz> \
+SRC_URI = "https://cairographics.org/snapshots/cairo-${PV}.tar.xz<https://cairographics.org/snapshots/cairo-$%7BPV%7D.tar.xz> \
            file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
-           file://CVE-2018-19876.patch \
            file://CVE-2019-6461.patch \
            file://CVE-2019-6462.patch \
           "

-SRC_URI[md5sum] = "f19e0353828269c22bd72e271243a552"
-SRC_URI[sha256sum] = "5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331"
+SRC_URI[md5sum] = "bf9d0d324ecbd350d0e9308125fa4ce0"
+SRC_URI[sha256sum] = "74b24c1ed436bbe87499179a3b27c43f4143b8676d8ad237a6fa787401959705"

 inherit autotools pkgconfig upstream-version-is-even gtk-doc multilib_script

--
2.25.1




[-- Attachment #2: Type: text/html, Size: 12102 bytes --]

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

* Re: [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39
  2021-03-31 14:22 ` [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39 wangmy
@ 2021-04-05  5:56   ` Khem Raj
  2021-04-05 21:58     ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2021-04-05  5:56 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer

iwd fails to build with this upgrade, its expecting some bult sources
from ell and they dont exist. Please take a look

https://errors.yoctoproject.org/Errors/Details/575442/

even 1.13 upgrade fails,

On Wed, Mar 31, 2021 at 7:22 AM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)
>
> diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
> similarity index 90%
> rename from meta/recipes-core/ell/ell_0.38.bb
> rename to meta/recipes-core/ell/ell_0.39.bb
> index 7d3a339978..68ec4cb4a4 100644
> --- a/meta/recipes-core/ell/ell_0.38.bb
> +++ b/meta/recipes-core/ell/ell_0.39.bb
> @@ -17,7 +17,7 @@ inherit autotools pkgconfig
>  SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
>             file://0001-pem.c-do-not-use-rawmemchr.patch \
>             "
> -SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
> +SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
>
>  do_configure_prepend () {
>      mkdir -p ${S}/build-aux
> --
> 2.25.1
>
>
> 
>

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

* Re: [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39
  2021-04-05  5:56   ` Khem Raj
@ 2021-04-05 21:58     ` Khem Raj
  2021-04-05 23:46       ` wangmy
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2021-04-05 21:58 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer

I have sent a patch to fix iwd as well. so we should be good except
that sadly upstream has introduced nested functions in both ell and
iwd, which means we can use clang to compile them anymore :(, I wish
it remained portable as it was. however when you touch ell, iwd is
tied to it, so always see if iwd is ok when ell is upgraded.

On Sun, Apr 4, 2021 at 10:56 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> iwd fails to build with this upgrade, its expecting some bult sources
> from ell and they dont exist. Please take a look
>
> https://errors.yoctoproject.org/Errors/Details/575442/
>
> even 1.13 upgrade fails,
>
> On Wed, Mar 31, 2021 at 7:22 AM wangmy <wangmy@fujitsu.com> wrote:
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)
> >
> > diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
> > similarity index 90%
> > rename from meta/recipes-core/ell/ell_0.38.bb
> > rename to meta/recipes-core/ell/ell_0.39.bb
> > index 7d3a339978..68ec4cb4a4 100644
> > --- a/meta/recipes-core/ell/ell_0.38.bb
> > +++ b/meta/recipes-core/ell/ell_0.39.bb
> > @@ -17,7 +17,7 @@ inherit autotools pkgconfig
> >  SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
> >             file://0001-pem.c-do-not-use-rawmemchr.patch \
> >             "
> > -SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
> > +SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
> >
> >  do_configure_prepend () {
> >      mkdir -p ${S}/build-aux
> > --
> > 2.25.1
> >
> >
> > 
> >

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

* Re: [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39
  2021-04-05 21:58     ` Khem Raj
@ 2021-04-05 23:46       ` wangmy
  0 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-04-05 23:46 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

Sorry, I took a long holiday a few days ago, so I didn't respond to the email in time. 

Thank you very much for solving this problem. I will consider iwd when I upgrade ell in the future

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org
> <openembedded-core@lists.openembedded.org> On Behalf Of Khem Raj
> Sent: Tuesday, April 6, 2021 5:58 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: Patches and discussions about the oe-core layer
> <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39
> 
> I have sent a patch to fix iwd as well. so we should be good except that sadly
> upstream has introduced nested functions in both ell and iwd, which means we
> can use clang to compile them anymore :(, I wish it remained portable as it was.
> however when you touch ell, iwd is tied to it, so always see if iwd is ok when ell is
> upgraded.
> 
> On Sun, Apr 4, 2021 at 10:56 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > iwd fails to build with this upgrade, its expecting some bult sources
> > from ell and they dont exist. Please take a look
> >
> > https://errors.yoctoproject.org/Errors/Details/575442/
> >
> > even 1.13 upgrade fails,
> >
> > On Wed, Mar 31, 2021 at 7:22 AM wangmy <wangmy@fujitsu.com> wrote:
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)
> > >
> > > diff --git a/meta/recipes-core/ell/ell_0.38.bb
> > > b/meta/recipes-core/ell/ell_0.39.bb
> > > similarity index 90%
> > > rename from meta/recipes-core/ell/ell_0.38.bb rename to
> > > meta/recipes-core/ell/ell_0.39.bb index 7d3a339978..68ec4cb4a4
> > > 100644
> > > --- a/meta/recipes-core/ell/ell_0.38.bb
> > > +++ b/meta/recipes-core/ell/ell_0.39.bb
> > > @@ -17,7 +17,7 @@ inherit autotools pkgconfig  SRC_URI =
> > > "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
> > >             file://0001-pem.c-do-not-use-rawmemchr.patch \
> > >             "
> > > -SRC_URI[sha256sum] =
> "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
> > > +SRC_URI[sha256sum] =
> "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
> > >
> > >  do_configure_prepend () {
> > >      mkdir -p ${S}/build-aux
> > > --
> > > 2.25.1
> > >
> > >
> > >
> > >

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

end of thread, other threads:[~2021-04-05 23:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 14:22 [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 wangmy
2021-03-31 14:22 ` [OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1 wangmy
2021-03-31 14:22 ` [OE-core] [PATCH] dbus-glib: upgrade 0.110 -> 0.112 wangmy
2021-03-31 14:22 ` [OE-core] [PATCH] ell: upgrade 0.38 -> 0.39 wangmy
2021-04-05  5:56   ` Khem Raj
2021-04-05 21:58     ` Khem Raj
2021-04-05 23:46       ` wangmy
2021-03-31 15:48 ` [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4 Alexander Kanavin
2021-04-01  0:01   ` wangmy

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.