All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
@ 2021-12-06 15:21 Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] sysstat: upgrade 12.4.3 -> 12.4.4 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Wang Mingyu @ 2021-12-06 15:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb} (94%)

diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.0.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.48.10.bb
rename to meta/recipes-graphics/pango/pango_1.50.0.bb
index 40df7042e6..db17158d20 100644
--- a/meta/recipes-graphics/pango/pango_1.48.10.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
@@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98"
+SRC_URI[archive.sha256sum] = "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
 
-- 
2.25.1



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

* [OE-core] [PATCH] sysstat: upgrade 12.4.3 -> 12.4.4
  2021-12-06 15:21 [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Wang Mingyu
@ 2021-12-06 15:21 ` Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] vala: upgrade 0.54.3 -> 0.54.4 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Wang Mingyu @ 2021-12-06 15:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=======================
* iostat: Always display persistent names with option -j.
* iostat: Fix how device mapper names are taken into account when
  entered on the command line.
* mpstat: Don't display offline CPU.
* mpstat: Fix values displayed when an offline CPU goes back online.
* mpstat: Fix untrusted loop bound.
* mpstat: Update non regression tests.
* Use 'grep -E' instead of deprecated 'egrep'.
* Spelling and grammar fixes.
* Update man pages with correct spelling of "JavaScript".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../sysstat/{sysstat_12.4.3.bb => sysstat_12.4.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sysstat/{sysstat_12.4.3.bb => sysstat_12.4.4.bb} (65%)

diff --git a/meta/recipes-extended/sysstat/sysstat_12.4.3.bb b/meta/recipes-extended/sysstat/sysstat_12.4.4.bb
similarity index 65%
rename from meta/recipes-extended/sysstat/sysstat_12.4.3.bb
rename to meta/recipes-extended/sysstat/sysstat_12.4.4.bb
index 5a27de439f..d635650a1f 100644
--- a/meta/recipes-extended/sysstat/sysstat_12.4.3.bb
+++ b/meta/recipes-extended/sysstat/sysstat_12.4.4.bb
@@ -4,4 +4,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
 
 SRC_URI += "file://0001-configure.in-remove-check-for-chkconfig.patch"
 
-SRC_URI[sha256sum] = "ae432431f45aacbcabacfbbe129e2505e215cafa9ce996d7550c6091a46f0bfd"
+SRC_URI[sha256sum] = "9512e7479e04f92e251c5c6b4bd94b8f643d212bd0e986a8ea4d147a6e943d24"
-- 
2.25.1



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

* [OE-core] [PATCH] vala: upgrade 0.54.3 -> 0.54.4
  2021-12-06 15:21 [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] sysstat: upgrade 12.4.3 -> 12.4.4 Wang Mingyu
@ 2021-12-06 15:21 ` Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] xauth: upgrade 1.1 -> 1.1.1 Wang Mingyu
  2021-12-07 13:36 ` [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Richard Purdie
  3 siblings, 0 replies; 11+ messages in thread
From: Wang Mingyu @ 2021-12-06 15:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
===========
 * Various improvements and bug fixes:
  - codegen:
    + Use CCodeConstant for member access of constant symbol
    + Emit constants without initializer list in defines section [#440]
    + Add and use CCodeConstantIdentifier for accessing constants
    + Check required length of enum type name for GType support
    + Add missing check while overriding virtual async interface methods [#852]
    + Drop inconsistent space for ObjectType parameters
    + Accept CCode.type attribute on parameters [#876]
    + Fix CCodeUnaryExpression.write() for PREFIX_INCREMENT/PREFIX_DECREMENT
  - vala:
    + Improve error message for invalid handler of dynamic signal
    + Using SignalHandler.disconnect() is required for dynamic signals
    + Check for unavailable value-type of variable initializer [#1253]
    + Add [Profile] as known attribute for methods
    + Report error on missing gio-2.0 package for async constructors
    + Fix signals with generic return
    + parser: Split out Parser.parse_switch_section_statement()
    + parser: Better handling of misplaced switch sections [#1246]
  - genie:
    + Amend text of indent and dedent for error messages [#497]
    + Accept INTERR token before type arguments when parsing type [#1245]
    + Properly handle plain "get" or "set" property accessors [#1248]
    + "exception" is the expected string for TokenType.ERRORDOMAIN
    + Accept accessibility/async modifiers on "construct" creation methods [#1235]
  - girparser: Accept "sealed" for transformed records and compact classes
  - gtkmodule: Improve error message for invalid signal element in ui-file
  - build: Add "test-update" which passed UPDATE_EXPECTED=1 to refresh c-expected
  - tests: Rename colliding test cases to avoid conflicts

 * Bindings:
  - alsa: Add more API and fix a few things
  - gnome-desktop-3.0: Some parameter fixes
  - gstreamer: Cherry-pick bindings fixes from 0.56
  - gstreamer-base-1.0: Some parameter fixes [#1255]
  - gtk4: Update to 4.5.0~cd9b7307
  - pango: Cherry-pick bindings fixes from 0.56

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/vala/{vala_0.54.3.bb => vala_0.54.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.54.3.bb => vala_0.54.4.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.54.3.bb b/meta/recipes-devtools/vala/vala_0.54.4.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.54.3.bb
rename to meta/recipes-devtools/vala/vala_0.54.4.bb
index d3390b2ea8..695f64e336 100644
--- a/meta/recipes-devtools/vala/vala_0.54.3.bb
+++ b/meta/recipes-devtools/vala/vala_0.54.4.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "ed1d5fe4cbc0cd2845d0de4f1ffefb15afb06892d230c7cca695781672e8fb60"
+SRC_URI[sha256sum] = "6051270a2fc30de023c88562566f2f6043e67beb4da4b799c14cdf12048eb40c"
-- 
2.25.1



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

* [OE-core] [PATCH] xauth: upgrade 1.1 -> 1.1.1
  2021-12-06 15:21 [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] sysstat: upgrade 12.4.3 -> 12.4.4 Wang Mingyu
  2021-12-06 15:21 ` [OE-core] [PATCH] vala: upgrade 0.54.3 -> 0.54.4 Wang Mingyu
@ 2021-12-06 15:21 ` Wang Mingyu
  2021-12-07 13:36 ` [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Richard Purdie
  3 siblings, 0 replies; 11+ messages in thread
From: Wang Mingyu @ 2021-12-06 15:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-graphics/xorg-app/{xauth_1.1.bb => xauth_1.1.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xauth_1.1.bb => xauth_1.1.1.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.bb b/meta/recipes-graphics/xorg-app/xauth_1.1.1.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-app/xauth_1.1.bb
rename to meta/recipes-graphics/xorg-app/xauth_1.1.1.bb
index 24ad9606ec..48259a69ff 100644
--- a/meta/recipes-graphics/xorg-app/xauth_1.1.bb
+++ b/meta/recipes-graphics/xorg-app/xauth_1.1.1.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b"
 DEPENDS += "libxau libxext libxmu"
 PE = "1"
 
-SRC_URI[md5sum] = "e50587c1bb832aafd1a19d91a0890a0b"
-SRC_URI[sha256sum] = "6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c"
+SRC_URI[sha256sum] = "164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
-- 
2.25.1



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

* Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-06 15:21 [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Wang Mingyu
                   ` (2 preceding siblings ...)
  2021-12-06 15:21 ` [OE-core] [PATCH] xauth: upgrade 1.1 -> 1.1.1 Wang Mingyu
@ 2021-12-07 13:36 ` Richard Purdie
  2021-12-07 16:51   ` Ross Burton
  2021-12-09  1:30   ` wangmy
  3 siblings, 2 replies; 11+ messages in thread
From: Richard Purdie @ 2021-12-07 13:36 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb} (94%)
> 
> diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.0.bb
> similarity index 94%
> rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> index 40df7042e6..db17158d20 100644
> --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
>  
>  SRC_URI += "file://run-ptest"
>  
> -SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98"
> +SRC_URI[archive.sha256sum] = "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3"
>  
>  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
>  

Seems to break x32 unfortunately:

https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403

Cheers,

Richard



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

* Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-07 13:36 ` [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Richard Purdie
@ 2021-12-07 16:51   ` Ross Burton
  2021-12-07 16:52     ` Ross Burton
  2021-12-09  1:30   ` wangmy
  1 sibling, 1 reply; 11+ messages in thread
From: Ross Burton @ 2021-12-07 16:51 UTC (permalink / raw)
  To: Richard Purdie; +Cc: wangmy, openembedded-core

Not just x32:

https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/2898/steps/12/logs/stdio

Ross

On Tue, 7 Dec 2021 at 13:36, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb} (94%)
> >
> > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > similarity index 94%
> > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > index 40df7042e6..db17158d20 100644
> > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> >
> >  SRC_URI += "file://run-ptest"
> >
> > -SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98"
> > +SRC_URI[archive.sha256sum] = "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3"
> >
> >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
> >
>
> Seems to break x32 unfortunately:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403
>
> Cheers,
>
> Richard
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159304): https://lists.openembedded.org/g/openembedded-core/message/159304
> Mute This Topic: https://lists.openembedded.org/mt/87541909/1676615
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross@burtonini.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-07 16:51   ` Ross Burton
@ 2021-12-07 16:52     ` Ross Burton
  2021-12-07 19:43       ` Alexander Kanavin
  0 siblings, 1 reply; 11+ messages in thread
From: Ross Burton @ 2021-12-07 16:52 UTC (permalink / raw)
  To: Richard Purdie; +Cc: wangmy, openembedded-core

And https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/2624/steps/12/logs/stdio,
so that's x86-64 and arm64.

Ross

On Tue, 7 Dec 2021 at 16:51, Ross Burton <ross@burtonini.com> wrote:
>
> Not just x32:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/2898/steps/12/logs/stdio
>
> Ross
>
> On Tue, 7 Dec 2021 at 13:36, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> >
> > On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb} (94%)
> > >
> > > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > similarity index 94%
> > > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > > index 40df7042e6..db17158d20 100644
> > > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> > >
> > >  SRC_URI += "file://run-ptest"
> > >
> > > -SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98"
> > > +SRC_URI[archive.sha256sum] = "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3"
> > >
> > >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
> > >
> >
> > Seems to break x32 unfortunately:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403
> >
> > Cheers,
> >
> > Richard
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#159304): https://lists.openembedded.org/g/openembedded-core/message/159304
> > Mute This Topic: https://lists.openembedded.org/mt/87541909/1676615
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross@burtonini.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


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

* Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-07 16:52     ` Ross Burton
@ 2021-12-07 19:43       ` Alexander Kanavin
  0 siblings, 0 replies; 11+ messages in thread
From: Alexander Kanavin @ 2021-12-07 19:43 UTC (permalink / raw)
  To: Ross Burton; +Cc: Richard Purdie, wangmy, OE-core

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

Upstream seems to have merged a bunch of related fixes, so let's wait for
1.50.1:
https://gitlab.gnome.org/GNOME/pango/-/commits/main

Alex

On Tue, 7 Dec 2021 at 17:52, Ross Burton <ross@burtonini.com> wrote:

> And
> https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/2624/steps/12/logs/stdio
> ,
> so that's x86-64 and arm64.
>
> Ross
>
> On Tue, 7 Dec 2021 at 16:51, Ross Burton <ross@burtonini.com> wrote:
> >
> > Not just x32:
> >
> >
> https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/2898/steps/12/logs/stdio
> >
> > Ross
> >
> > On Tue, 7 Dec 2021 at 13:36, Richard Purdie
> > <richard.purdie@linuxfoundation.org> wrote:
> > >
> > > On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > > ---
> > > >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 |
> 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >  rename meta/recipes-graphics/pango/{pango_1.48.10.bb =>
> pango_1.50.0.bb} (94%)
> > > >
> > > > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb
> b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > similarity index 94%
> > > > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > > > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > index 40df7042e6..db17158d20 100644
> > > > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> > > >
> > > >  SRC_URI += "file://run-ptest"
> > > >
> > > > -SRC_URI[archive.sha256sum] =
> "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98"
> > > > +SRC_URI[archive.sha256sum] =
> "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f3"
> > > >
> > > >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype
> virtual/libiconv cairo harfbuzz fribidi"
> > > >
> > >
> > > Seems to break x32 unfortunately:
> > >
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403
> > >
> > > Cheers,
> > >
> > > Richard
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159317):
> https://lists.openembedded.org/g/openembedded-core/message/159317
> Mute This Topic: https://lists.openembedded.org/mt/87541909/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

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

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

* RE: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-07 13:36 ` [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Richard Purdie
  2021-12-07 16:51   ` Ross Burton
@ 2021-12-09  1:30   ` wangmy
  2021-12-09  1:52     ` Khem Raj
  1 sibling, 1 reply; 11+ messages in thread
From: wangmy @ 2021-12-09  1:30 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

After specifying DEFAULTTUNE = 'x86-64-x32', the pango needs to use patch to modify the code. 
I added this line to the bb file: 
SRC_URI:tune-x86-64-x32 = "file://0001-modify.patch"
But it did not work. 
How should I write it to apply patch when specifying x86-64-x32?

  --
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: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: Tuesday, December 7, 2021 9:37 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
> 
> On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 |
> 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb}
> > (94%)
> >
> > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > similarity index 94%
> > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > index 40df7042e6..db17158d20 100644
> > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> >
> >  SRC_URI += "file://run-ptest"
> >
> > -SRC_URI[archive.sha256sum] =
> "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc
> 98"
> > +SRC_URI[archive.sha256sum] =
> "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f
> 3"
> >
> >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv
> cairo harfbuzz fribidi"
> >
> 
> Seems to break x32 unfortunately:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403
> 
> Cheers,
> 
> Richard


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

* Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-09  1:30   ` wangmy
@ 2021-12-09  1:52     ` Khem Raj
  2021-12-09  3:16       ` wangmy
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2021-12-09  1:52 UTC (permalink / raw)
  To: wangmy; +Cc: Richard Purdie, openembedded-core

On Wed, Dec 8, 2021 at 5:30 PM wangmy <wangmy@fujitsu.com> wrote:
>
> After specifying DEFAULTTUNE = 'x86-64-x32', the pango needs to use patch to modify the code.
> I added this line to the bb file:
> SRC_URI:tune-x86-64-x32 = "file://0001-modify.patch"
> But it did not work.
> How should I write it to apply patch when specifying x86-64-x32?

SRC_URI:append:x86-x32 = " file://your.patch"

>
>   --
> 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: Richard Purdie <richard.purdie@linuxfoundation.org>
> > Sent: Tuesday, December 7, 2021 9:37 PM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> > openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
> >
> > On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}                 |
> > 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta/recipes-graphics/pango/{pango_1.48.10.bb => pango_1.50.0.bb}
> > > (94%)
> > >
> > > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > similarity index 94%
> > > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > > index 40df7042e6..db17158d20 100644
> > > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> > >
> > >  SRC_URI += "file://run-ptest"
> > >
> > > -SRC_URI[archive.sha256sum] =
> > "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc
> > 98"
> > > +SRC_URI[archive.sha256sum] =
> > "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f
> > 3"
> > >
> > >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv
> > cairo harfbuzz fribidi"
> > >
> >
> > Seems to break x32 unfortunately:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/4403
> >
> > Cheers,
> >
> > Richard
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159434): https://lists.openembedded.org/g/openembedded-core/message/159434
> Mute This Topic: https://lists.openembedded.org/mt/87541909/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* RE: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
  2021-12-09  1:52     ` Khem Raj
@ 2021-12-09  3:16       ` wangmy
  0 siblings, 0 replies; 11+ messages in thread
From: wangmy @ 2021-12-09  3:16 UTC (permalink / raw)
  To: Khem Raj; +Cc: Richard Purdie, openembedded-core

Thank you for telling me the correct fomat. 
I'll confirm the patch with pango community first, and then resubmit the patch to yocto.

  --
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: Khem Raj <raj.khem@gmail.com>
> Sent: Thursday, December 9, 2021 9:52 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
> 
> On Wed, Dec 8, 2021 at 5:30 PM wangmy <wangmy@fujitsu.com> wrote:
> >
> > After specifying DEFAULTTUNE = 'x86-64-x32', the pango needs to use
> patch to modify the code.
> > I added this line to the bb file:
> > SRC_URI:tune-x86-64-x32 = "file://0001-modify.patch"
> > But it did not work.
> > How should I write it to apply patch when specifying x86-64-x32?
> 
> SRC_URI:append:x86-x32 = " file://your.patch"
> 
> >
> >   --
> > 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: Richard Purdie <richard.purdie@linuxfoundation.org>
> > > Sent: Tuesday, December 7, 2021 9:37 PM
> > > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> > > openembedded-core@lists.openembedded.org
> > > Subject: Re: [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0
> > >
> > > On Mon, 2021-12-06 at 23:21 +0800, wangmy wrote:
> > > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > > ---
> > > >  .../pango/{pango_1.48.10.bb => pango_1.50.0.bb}
> |
> > > 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > > meta/recipes-graphics/pango/{pango_1.48.10.bb =>
> pango_1.50.0.bb}
> > > > (94%)
> > > >
> > > > diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > > b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > similarity index 94%
> > > > rename from meta/recipes-graphics/pango/pango_1.48.10.bb
> > > > rename to meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > index 40df7042e6..db17158d20 100644
> > > > --- a/meta/recipes-graphics/pango/pango_1.48.10.bb
> > > > +++ b/meta/recipes-graphics/pango/pango_1.50.0.bb
> > > > @@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled"
> > > >
> > > >  SRC_URI += "file://run-ptest"
> > > >
> > > > -SRC_URI[archive.sha256sum] =
> > >
> "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc
> > > 98"
> > > > +SRC_URI[archive.sha256sum] =
> > >
> "dba8b62ddf86e10f73f93c3d2256b73238b2bcaf87037ca229b40bdc040eb3f
> > > 3"
> > > >
> > > >  DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype
> > > > virtual/libiconv
> > > cairo harfbuzz fribidi"
> > > >
> > >
> > > Seems to break x32 unfortunately:
> > >
> > > https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/44
> > > 03
> > >
> > > Cheers,
> > >
> > > Richard
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#159434):
> >
> https://lists.openembedded.org/g/openembedded-core/message/159434
> > Mute This Topic: https://lists.openembedded.org/mt/87541909/1997914
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub
> > [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >

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

end of thread, other threads:[~2021-12-09  3:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 15:21 [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Wang Mingyu
2021-12-06 15:21 ` [OE-core] [PATCH] sysstat: upgrade 12.4.3 -> 12.4.4 Wang Mingyu
2021-12-06 15:21 ` [OE-core] [PATCH] vala: upgrade 0.54.3 -> 0.54.4 Wang Mingyu
2021-12-06 15:21 ` [OE-core] [PATCH] xauth: upgrade 1.1 -> 1.1.1 Wang Mingyu
2021-12-07 13:36 ` [OE-core] [PATCH] pango: upgrade 1.48.10 -> 1.50.0 Richard Purdie
2021-12-07 16:51   ` Ross Burton
2021-12-07 16:52     ` Ross Burton
2021-12-07 19:43       ` Alexander Kanavin
2021-12-09  1:30   ` wangmy
2021-12-09  1:52     ` Khem Raj
2021-12-09  3:16       ` 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.