| Message ID | 20260408032023.1810147-2-pkj@axis.com |
|---|---|
| State | Accepted, archived |
| Commit | c3ccac37b02e2cca6afc5d2834fb087edbb71cb1 |
| Headers | show |
| Series | [PATCHv2,01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 | expand |
On Wed, Apr 08, 2026 at 05:20:15AM +0200, Peter Kjellerstedt wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> > --- > > PATCHv2: No changes. > > .../{gst-examples_1.26.9.bb => gst-examples_1.28.0.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.9.bb => gst-examples_1.28.0.bb} (94%) > > diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb > similarity index 94% > rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb > rename to meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb > index febfd6736f..066454608b 100644 > --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb > +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb > @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20 > > DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 json-glib glib-2.0-native" > > -SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.26;tag=${PV} \ > +SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.28;tag=${PV} \ > file://0001-Make-player-examples-installable.patch \ > file://gst-player.desktop \ > " > > -SRCREV = "f313fae193089408e278c0dd3450145e5a12307b" > +SRCREV = "9058212f43074ef7df229e73cea135c4ea96e0d6" > > S = "${UNPACKDIR}/${BP}/subprojects/gst-examples" > Hi all, On openembedded master this started causing build failures for us when building gst-examples. Tested on commit f235ffc43c77 ("strace: Fix build with std=gnu23")). | CMake binary for host machine is not cached | CMake binary missing from cross or native file, or env var undefined. | Default target is not allowed for cross use | Found CMake: NO | CMake binary for machine host machine not found. Giving up. | Run-time dependency gstreamer-1.0 found: NO (tried pkgconfig and cmake) | Looking for a fallback subproject for the dependency gstreamer-1.0 | ERROR: Subproject gstreamer is buildable: NO | | ../sources/gst-examples-1.28.0/subprojects/gst-examples/meson.build:27:10: ERROR: Attempted to resolve subproject without subprojects directory present. I had to revert both of the below commits to get this to compile again: - commit 23dc45429eed ("gst-examples: Upgrade 1.28.0 -> 1.28.2") - commit c3ccac37b02e ("gst-examples: upgrade 1.26.9 -> 1.28.0") Any ideas? Thanks! - Ernest
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb rename to meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb index febfd6736f..066454608b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20 DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 json-glib glib-2.0-native" -SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.26;tag=${PV} \ +SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.28;tag=${PV} \ file://0001-Make-player-examples-installable.patch \ file://gst-player.desktop \ " -SRCREV = "f313fae193089408e278c0dd3450145e5a12307b" +SRCREV = "9058212f43074ef7df229e73cea135c4ea96e0d6" S = "${UNPACKDIR}/${BP}/subprojects/gst-examples"