To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] gst-examples: upgrading to 1.28.5 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260709050100/all/gst-examples/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260709050100/all/gst-examples/0001-gst-examples-upgrade-1.28.4-1.28.5.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gst-examples* to *1.28.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-gst-examples-upgrade-1.28.4-1.28.5.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From ed7c2bd2a5e2581e7b3417092ed49f148b08d11b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 9 Jul 2026 05:47:41 +0000 Subject: [PATCH] gst-examples: upgrade 1.28.4 -> 1.28.5 --- ...0001-Make-player-examples-installable.patch | 18 +++++++++--------- ...amples_1.28.4.bb => gst-examples_1.28.5.bb} | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.28.4.bb => gst-examples_1.28.5.bb} (96%) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch index e7862b40e7..5bb78445a2 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch +++ b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch @@ -1,4 +1,4 @@ -From 75ff9436c9ff965327d6dad256c0a1539435b13a Mon Sep 17 00:00:00 2001 +From d09522a305c4ab80579800bed28cc4c4f4281b6e Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 17 Aug 2017 11:07:02 +0300 Subject: [PATCH] Make player examples installable @@ -8,14 +8,14 @@ Upstream-Status: Denied [Upstream considers these code examples, for now a least https://bugzilla.gnome.org/show_bug.cgi?id=777827 --- - playback/player/gst-play/meson.build | 1 + - playback/player/gtk/meson.build | 1 + + subprojects/gst-examples/playback/player/gst-play/meson.build | 1 + + subprojects/gst-examples/playback/player/gtk/meson.build | 1 + 2 files changed, 2 insertions(+) -diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build +diff --git a/subprojects/gst-examples/playback/player/gst-play/meson.build b/subprojects/gst-examples/playback/player/gst-play/meson.build index 5e80ca8dd4..129e5bdcbe 100644 ---- a/playback/player/gst-play/meson.build -+++ b/playback/player/gst-play/meson.build +--- a/subprojects/gst-examples/playback/player/gst-play/meson.build ++++ b/subprojects/gst-examples/playback/player/gst-play/meson.build @@ -2,5 +2,6 @@ executable('gst-play', ['gst-play.c', 'gst-play-kb.c', @@ -23,10 +23,10 @@ index 5e80ca8dd4..129e5bdcbe 100644 + install: true, dependencies : [gst_dep, dependency('gstreamer-play-1.0'), m_dep]) -diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build +diff --git a/subprojects/gst-examples/playback/player/gtk/meson.build b/subprojects/gst-examples/playback/player/gtk/meson.build index 6892f15254..20d7505877 100644 ---- a/playback/player/gtk/meson.build -+++ b/playback/player/gtk/meson.build +--- a/subprojects/gst-examples/playback/player/gtk/meson.build ++++ b/subprojects/gst-examples/playback/player/gtk/meson.build @@ -21,5 +21,6 @@ if gtk_dep.found() 'gtk-video-renderer.h', 'gtk-video-renderer.c'], diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.28.4.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.5.bb similarity index 96% rename from meta/recipes-multimedia/gstreamer/gst-examples_1.28.4.bb rename to meta/recipes-multimedia/gstreamer/gst-examples_1.28.5.bb index ad6374d3fb..dcdf7fd433 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.28.4.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.5.bb @@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b file://gst-player.desktop \ " -SRCREV = "b46f881eaa8126eddfd21b5ae5512f8d4ff36255" +SRCREV = "727ceb91886862d200f423baf36cde2bb7ce5b4d" S = "${UNPACKDIR}/${BP}/subprojects/gst-examples" -- 2.47.1