To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] x264: upgrading to b35605ace3ddf7c1a5d67a2eb553f034aef41d55 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251115050051/all/x264/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251115050051/all/x264/0001-x264-upgrade-to-latest-revision.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *x264* to *b35605ace3ddf7c1a5d67a2eb553f034aef41d55* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-x264-upgrade-to-latest-revision.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 765dc9819915843a82125477beca916305a03dca Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 15:36:11 +0000 Subject: [PATCH] x264: upgrade to latest revision --- meta/recipes-multimedia/x264/x264_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index eb72ba006a..23f280a95e 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "nasm-native" -SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=stable;protocol=https \ - file://32c3b801191522961102d4bea292cdb61068d0dd.patch \ +SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=master;protocol=https \ + file://32c3b801191522961102d4bea292cdb61068d0dd.patch \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "31e19f92f00c7003fa115047ce50978bc98c3a0d" +SRCREV = "b35605ace3ddf7c1a5d67a2eb553f034aef41d55" PV = "r3039+git" -- 2.47.1