* [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3
@ 2022-10-11 8:05 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0 Wang Mingyu
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-10-11 8:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
License-Update: Copyriht year updated to 2022.
Changelog:
=========
All struct args are passed by value, regardless of size, as per ABIs.
Enable static trampolines for Cygwin.
Add support for Loongson's LoongArch64 architecture.
Fix x32 static trampolines.
Fix 32-bit x86 stdcall stack corruption.
Fix ILP32 aarch64 support.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} (90%)
diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.3.bb
similarity index 90%
rename from meta/recipes-support/libffi/libffi_3.4.2.bb
rename to meta/recipes-support/libffi/libffi_3.4.3.bb
index 41c3cad586..d2c86d1f9b 100644
--- a/meta/recipes-support/libffi/libffi_3.4.2.bb
+++ b/meta/recipes-support/libffi/libffi_3.4.3.bb
@@ -8,13 +8,13 @@ library really only provides the lowest, machine dependent layer of a fully feat
A layer must exist above `libffi' that handles type conversions for values passed between the two languages."
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=32c0d09a0641daf4903e5d61cc8f23a8"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
file://not-win32.patch \
file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
"
-SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
+SRC_URI[sha256sum] = "4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8"
EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
@ 2022-10-11 8:05 ` Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva-utils: " Wang Mingyu
` (3 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-10-11 8:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Changelog:
===========
add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
dep: Update README.md to remove badge links
dep: Removed waffle-io badge from README to fix broken link
dep: Drop mailing list, IRC and Slack
autotools: use wayland-scanner private-code
autotools: use the wayland-scanner.pc to locate the prog
meson: use wayland-scanner private-code
meson: request native wayland-scanner
meson: use the wayland-scanner.pc to locate the prog
meson: set HAVE_VA_X11 when applicable
style:Correct slight coding style in several new commits
trace: add Linux ftrace mode for va trace
trace: Add missing pthread_mutex_destroy
drm: remove no-longer needed X == X mappings
drm: fallback to drm driver name == va driver name
drm: simplify the mapping table
x11: simplify the mapping table
android: open() with O_CLOEXEC for device fd
android: remove convoluted open_device() helper
android: drop va_fool references
ci: strengthen ci with -Werror
ci: va/x11/nvctl: fix Wdeprecated-non-prototype on close_display
ci: add clang-15 coverage and rearrange runners
ci: upgrade FreeBSD to 13.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libva/{libva-initial_2.15.0.bb => libva-initial_2.16.0.bb} | 0
meta/recipes-graphics/libva/libva.inc | 2 +-
.../recipes-graphics/libva/{libva_2.15.0.bb => libva_2.16.0.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libva/{libva-initial_2.15.0.bb => libva-initial_2.16.0.bb} (100%)
rename meta/recipes-graphics/libva/{libva_2.15.0.bb => libva_2.16.0.bb} (100%)
diff --git a/meta/recipes-graphics/libva/libva-initial_2.15.0.bb b/meta/recipes-graphics/libva/libva-initial_2.16.0.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva-initial_2.15.0.bb
rename to meta/recipes-graphics/libva/libva-initial_2.16.0.bb
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index 735f2fca5b..0f16dacc98 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -18,7 +18,7 @@ LICENSE = "MIT"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libva-${PV}.tar.bz2"
LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "258ed409458d3e7a000e1908bc852619615ee6a933359c745fcd93eb3e461eca"
+SRC_URI[sha256sum] = "115faca0db2c417a37da49830870e260450fa13066f5e24e252a20c36d920a1c"
S = "${WORKDIR}/libva-${PV}"
diff --git a/meta/recipes-graphics/libva/libva_2.15.0.bb b/meta/recipes-graphics/libva/libva_2.16.0.bb
similarity index 100%
rename from meta/recipes-graphics/libva/libva_2.15.0.bb
rename to meta/recipes-graphics/libva/libva_2.16.0.bb
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [OE-core] [PATCH] libva-utils: upgrade 2.15.0 -> 2.16.0
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0 Wang Mingyu
@ 2022-10-11 8:05 ` Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11 Wang Mingyu
` (2 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-10-11 8:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Changelog:
===========
* trace: print the display being attempted
* ci: upgrade FreeBSD to 13.1
* meson: Search for threads in top-level meson.build
* meson: produce summary() when 0.53.0 is present
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libva/{libva-utils_2.15.0.bb => libva-utils_2.16.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/libva/{libva-utils_2.15.0.bb => libva-utils_2.16.0.bb} (90%)
diff --git a/meta/recipes-graphics/libva/libva-utils_2.15.0.bb b/meta/recipes-graphics/libva/libva-utils_2.16.0.bb
similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.15.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.16.0.bb
index 4c46c386ec..cdf4d79dc1 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.15.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.16.0.bb
@@ -14,8 +14,8 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
-SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.15-branch;protocol=https"
-SRCREV = "be203c8b85b07e1f7a3faedd13057b0a8cabd3c3"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.16-branch;protocol=https"
+SRCREV = "cdf39e1e3da85a91ef53438c3b6a97e77dda96aa"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva-utils: " Wang Mingyu
@ 2022-10-11 8:05 ` Wang Mingyu
2022-10-12 16:46 ` Ross Burton
2022-10-13 7:31 ` Alexandre Belloni
2022-10-11 8:05 ` [OE-core] [PATCH] powertop: upgrade 2.14 -> 2.15 Wang Mingyu
2022-10-11 14:06 ` [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Alexandre Belloni
4 siblings, 2 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-10-11 8:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../pango/{pango_1.50.10.bb => pango_1.50.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (94%)
diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.50.10.bb
rename to meta/recipes-graphics/pango/pango_1.50.11.bb
index 95209889a8..1120e053b8 100644
--- a/meta/recipes-graphics/pango/pango_1.50.10.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
@@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
file://0001-Skip-running-test-layout-test.patch \
"
-SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966"
+SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [OE-core] [PATCH] powertop: upgrade 2.14 -> 2.15
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
` (2 preceding siblings ...)
2022-10-11 8:05 ` [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11 Wang Mingyu
@ 2022-10-11 8:05 ` Wang Mingyu
2022-10-11 14:06 ` [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Alexandre Belloni
4 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-10-11 8:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
0001-src-fix-compatibility-with-ncurses-6.3.patch
removed since it's included in new version.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...c-fix-compatibility-with-ncurses-6.3.patch | 52 -------------------
.../{powertop_2.14.bb => powertop_2.15.bb} | 3 +-
2 files changed, 1 insertion(+), 54 deletions(-)
delete mode 100644 meta/recipes-kernel/powertop/powertop/0001-src-fix-compatibility-with-ncurses-6.3.patch
rename meta/recipes-kernel/powertop/{powertop_2.14.bb => powertop_2.15.bb} (87%)
diff --git a/meta/recipes-kernel/powertop/powertop/0001-src-fix-compatibility-with-ncurses-6.3.patch b/meta/recipes-kernel/powertop/powertop/0001-src-fix-compatibility-with-ncurses-6.3.patch
deleted file mode 100644
index 84b05ac971..0000000000
--- a/meta/recipes-kernel/powertop/powertop/0001-src-fix-compatibility-with-ncurses-6.3.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 76d3f0851520bc8488e432f423941f1e72cc7405 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex@linutronix.de>
-Date: Mon, 25 Oct 2021 17:47:23 +0200
-Subject: [PATCH] src: fix compatibility with ncurses 6.3
-
-Upstream-Status: Submitted [https://github.com/fenrus75/powertop/pull/92]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- src/devices/devfreq.cpp | 2 +-
- src/display.cpp | 2 +-
- src/lib.cpp | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/devices/devfreq.cpp b/src/devices/devfreq.cpp
-index 0509d0f..b194ac4 100644
---- a/src/devices/devfreq.cpp
-+++ b/src/devices/devfreq.cpp
-@@ -297,7 +297,7 @@ void display_devfreq_devices(void)
- df->fill_freq_utilization(j, buf);
- strcat(fline, buf);
- strcat(fline, "\n");
-- wprintw(win, fline);
-+ wprintw(win, "%s", fline);
- }
- wprintw(win, "\n");
- }
-diff --git a/src/display.cpp b/src/display.cpp
-index 7131144..cc03919 100644
---- a/src/display.cpp
-+++ b/src/display.cpp
-@@ -125,7 +125,7 @@ void show_tab(unsigned int tab)
-
- c = bottom_lines[tab_names[tab]].c_str();
- if (c && strlen(c) > 0)
-- mvwprintw(bottom_line, 0,0, c);
-+ mvwprintw(bottom_line, 0,0, "%s", c);
- else
- mvwprintw(bottom_line, 0, 0,
- "<ESC> %s | <TAB> / <Shift + TAB> %s | ", _("Exit"),
-diff --git a/src/lib.cpp b/src/lib.cpp
-index 5e48f37..5cd1c4a 100644
---- a/src/lib.cpp
-+++ b/src/lib.cpp
-@@ -583,7 +583,7 @@ void ui_notify_user_ncurses(const char *frmt, ...)
- * buffer */
- vsnprintf(notify, UI_NOTIFY_BUFF_SZ - 1, frmt, list);
- va_end(list);
-- mvprintw(1, 0, notify);
-+ mvprintw(1, 0, "%s", notify);
- attroff(COLOR_PAIR(1));
- }
-
diff --git a/meta/recipes-kernel/powertop/powertop_2.14.bb b/meta/recipes-kernel/powertop/powertop_2.15.bb
similarity index 87%
rename from meta/recipes-kernel/powertop/powertop_2.14.bb
rename to meta/recipes-kernel/powertop/powertop_2.15.bb
index a2f30040b5..0aae4c9397 100644
--- a/meta/recipes-kernel/powertop/powertop_2.14.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.15.bb
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \
file://0001-wakeup_xxx.h-include-limits.h.patch \
- file://0001-src-fix-compatibility-with-ncurses-6.3.patch \
"
-SRCREV = "52f022f9bbe6e060fba11701d657a8d9762702ba"
+SRCREV = "d51ad395436d4d1dcc3ca46e1519ffeb475bf651"
S = "${WORKDIR}/git"
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
` (3 preceding siblings ...)
2022-10-11 8:05 ` [OE-core] [PATCH] powertop: upgrade 2.14 -> 2.15 Wang Mingyu
@ 2022-10-11 14:06 ` Alexandre Belloni
4 siblings, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-10-11 14:06 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
This causes the following warning:
https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1815/steps/13/logs/warnings
Please test your patches before sending them
On 11/10/2022 16:05:54+0800, wangmy wrote:
> License-Update: Copyriht year updated to 2022.
>
> Changelog:
> =========
> All struct args are passed by value, regardless of size, as per ABIs.
> Enable static trampolines for Cygwin.
> Add support for Loongson's LoongArch64 architecture.
> Fix x32 static trampolines.
> Fix 32-bit x86 stdcall stack corruption.
> Fix ILP32 aarch64 support.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-support/libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} (90%)
>
> diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.3.bb
> similarity index 90%
> rename from meta/recipes-support/libffi/libffi_3.4.2.bb
> rename to meta/recipes-support/libffi/libffi_3.4.3.bb
> index 41c3cad586..d2c86d1f9b 100644
> --- a/meta/recipes-support/libffi/libffi_3.4.2.bb
> +++ b/meta/recipes-support/libffi/libffi_3.4.3.bb
> @@ -8,13 +8,13 @@ library really only provides the lowest, machine dependent layer of a fully feat
> A layer must exist above `libffi' that handles type conversions for values passed between the two languages."
>
> LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=32c0d09a0641daf4903e5d61cc8f23a8"
>
> SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
> file://not-win32.patch \
> file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
> "
> -SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
> +SRC_URI[sha256sum] = "4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8"
>
> EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
> EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171600): https://lists.openembedded.org/g/openembedded-core/message/171600
> Mute This Topic: https://lists.openembedded.org/mt/94254211/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] 9+ messages in thread
* Re: [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11
2022-10-11 8:05 ` [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11 Wang Mingyu
@ 2022-10-12 16:46 ` Ross Burton
2022-10-13 7:30 ` Alexandre Belloni
2022-10-13 7:31 ` Alexandre Belloni
1 sibling, 1 reply; 9+ messages in thread
From: Ross Burton @ 2022-10-12 16:46 UTC (permalink / raw)
To: wangmy@fujitsu.com; +Cc: openembedded-core@lists.openembedded.org
We only have 1.50.9 in oe-core master, please ensure that you sent patches based on master, or if they’re based on another staging branch please make that clear.
Ross
> On 11 Oct 2022, at 09:05, wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../pango/{pango_1.50.10.bb => pango_1.50.11.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (94%)
>
> diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
> similarity index 94%
> rename from meta/recipes-graphics/pango/pango_1.50.10.bb
> rename to meta/recipes-graphics/pango/pango_1.50.11.bb
> index 95209889a8..1120e053b8 100644
> --- a/meta/recipes-graphics/pango/pango_1.50.10.bb
> +++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
> @@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
> file://0001-Skip-running-test-layout-test.patch \
> "
>
> -SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966"
> +SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
>
> DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171603): https://lists.openembedded.org/g/openembedded-core/message/171603
> Mute This Topic: https://lists.openembedded.org/mt/94254215/6875888
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11
2022-10-12 16:46 ` Ross Burton
@ 2022-10-13 7:30 ` Alexandre Belloni
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-10-13 7:30 UTC (permalink / raw)
To: Ross Burton; +Cc: wangmy@fujitsu.com, openembedded-core@lists.openembedded.org
On 12/10/2022 16:46:44+0000, Ross Burton wrote:
> We only have 1.50.9 in oe-core master, please ensure that you sent patches based on master, or if they’re based on another staging branch please make that clear.
>
this applied fine on master-next because we carry your 1.50.10 upgrade
> Ross
>
> > On 11 Oct 2022, at 09:05, wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote:
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../pango/{pango_1.50.10.bb => pango_1.50.11.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (94%)
> >
> > diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
> > similarity index 94%
> > rename from meta/recipes-graphics/pango/pango_1.50.10.bb
> > rename to meta/recipes-graphics/pango/pango_1.50.11.bb
> > index 95209889a8..1120e053b8 100644
> > --- a/meta/recipes-graphics/pango/pango_1.50.10.bb
> > +++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
> > @@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
> > file://0001-Skip-running-test-layout-test.patch \
> > "
> >
> > -SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966"
> > +SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
> >
> > DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
> >
> > --
> > 2.25.1
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171672): https://lists.openembedded.org/g/openembedded-core/message/171672
> Mute This Topic: https://lists.openembedded.org/mt/94254215/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] 9+ messages in thread
* Re: [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11
2022-10-11 8:05 ` [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11 Wang Mingyu
2022-10-12 16:46 ` Ross Burton
@ 2022-10-13 7:31 ` Alexandre Belloni
1 sibling, 0 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-10-13 7:31 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
This causes ptest failures:
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/4115/steps/12/logs/stdio
'pango': ['pango/test-no-fonts.test']}
On 11/10/2022 16:05:57+0800, wangmy wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../pango/{pango_1.50.10.bb => pango_1.50.11.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-graphics/pango/{pango_1.50.10.bb => pango_1.50.11.bb} (94%)
>
> diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
> similarity index 94%
> rename from meta/recipes-graphics/pango/pango_1.50.10.bb
> rename to meta/recipes-graphics/pango/pango_1.50.11.bb
> index 95209889a8..1120e053b8 100644
> --- a/meta/recipes-graphics/pango/pango_1.50.10.bb
> +++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
> @@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
> file://0001-Skip-running-test-layout-test.patch \
> "
>
> -SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966"
> +SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
>
> DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171603): https://lists.openembedded.org/g/openembedded-core/message/171603
> Mute This Topic: https://lists.openembedded.org/mt/94254215/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] 9+ messages in thread
end of thread, other threads:[~2022-10-13 7:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11 8:05 [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva: upgrade 2.15.0 -> 2.16.0 Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] libva-utils: " Wang Mingyu
2022-10-11 8:05 ` [OE-core] [PATCH] pango: upgrade 1.50.10 -> 1.50.11 Wang Mingyu
2022-10-12 16:46 ` Ross Burton
2022-10-13 7:30 ` Alexandre Belloni
2022-10-13 7:31 ` Alexandre Belloni
2022-10-11 8:05 ` [OE-core] [PATCH] powertop: upgrade 2.14 -> 2.15 Wang Mingyu
2022-10-11 14:06 ` [OE-core] [PATCH] libffi: upgrade 3.4.2 -> 3.4.3 Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox