From: Wang Mingyu < wangmy@fujitsu.com>
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
Date: Wed, 4 Mar 2026 18:32:03 +0800 [thread overview]
Message-ID: <20260304103203.1649-10-wangmy@fujitsu.com> (raw)
In-Reply-To: <20260304103203.1649-1-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
0002-tests-add-support-for-install-the-tests.patch
refreshed for 1.28.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...2-tests-add-support-for-install-the-tests.patch | 14 +++++++-------
...treamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} (97%)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
index ccfc869813..720a6f0c97 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
@@ -1,4 +1,4 @@
-From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
+From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
From: Jose Quaresma <quaresma.jose@gmail.com>
Date: Sun, 11 Apr 2021 19:48:13 +0100
Subject: [PATCH] tests: add support for install the tests
@@ -12,17 +12,17 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
---
meson.build | 4 ++++
- meson_options.txt | 1 +
+ meson.options | 1 +
tests/check/meson.build | 22 +++++++++++++++++++++-
tests/check/template.test.in | 3 +++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 tests/check/template.test.in
diff --git a/meson.build b/meson.build
-index 0a77e90..cadfaeb 100644
+index 8adc055..b5c9e5b 100644
--- a/meson.build
+++ b/meson.build
-@@ -664,6 +664,10 @@ if bashcomp_dep.found()
+@@ -667,6 +667,10 @@ if bashcomp_dep.found()
endif
endif
@@ -33,10 +33,10 @@ index 0a77e90..cadfaeb 100644
plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
pkgconfig = import('pkgconfig')
-diff --git a/meson_options.txt b/meson_options.txt
+diff --git a/meson.options b/meson.options
index 39255cf..78af552 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
+--- a/meson.options
++++ b/meson.options
@@ -16,6 +16,7 @@ option('poisoning', type : 'boolean', value : false, description : 'Enable poiso
option('memory-alignment', type: 'combo',
choices : ['1', '2', '4', '8', '16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', 'malloc', 'pagesize'],
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
index c66f614629..63633fea05 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
file://0003-tests-use-a-dictionaries-for-environment.patch \
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
"
-SRC_URI[sha256sum] = "8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8"
+SRC_URI[sha256sum] = "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
--
2.43.0
next prev parent reply other threads:[~2026-03-04 10:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 02/10] gst-examples: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 03/10] gstreamer1.0-libav: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 05/10] gstreamer1.0-plugins-base: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 06/10] gstreamer1.0-plugins-good: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 07/10] gstreamer1.0-plugins-ugly: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 08/10] gstreamer1.0-python: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 09/10] gstreamer1.0-rtsp-server: " Wang Mingyu
2026-03-04 10:32 ` Wang Mingyu [this message]
2026-03-30 16:22 ` [OE-core] [PATCH 10/10] gstreamer1.0: " Peter Kjellerstedt
2026-04-07 14:29 ` Mathieu Dubois-Briand
2026-04-08 3:25 ` Peter Kjellerstedt
[not found] ` <18A1AB06FB4E2AAD.263554@lists.openembedded.org>
2026-04-06 13:09 ` Peter Kjellerstedt
2026-04-06 14:10 ` Jose Quaresma
2026-03-04 17:41 ` [OE-core] [PATCH 01/10] gst-devtools: " Mathieu Dubois-Briand
2026-03-04 19:33 ` Alexander Kanavin
2026-03-05 1:11 ` Mingyu Wang (Fujitsu)
2026-03-05 11:38 ` Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260304103203.1649-10-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.