To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] x264: upgrading to b35605ace3ddf7c1a5d67a2eb553f034aef41d55 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251001050046/all/x264/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251001050046/all/x264/0001-x264-upgrade-to-latest-revision.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251001050046/all/x264/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *x264* to *b35605ace3ddf7c1a5d67a2eb553f034aef41d55* has Succeeded. 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 f538f1ea68e80230ea0c2052781d4004be7275c3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 12:55:15 +0000 Subject: [PATCH] x264: upgrade to latest revision --- meta/recipes-multimedia/x264/x264_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 3cc3392593..2c5f024eea 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "nasm-native" -SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=stable;protocol=https \ - " +SRC_URI = "git://code.videolan.org/videolan/x264.git;branch=master;protocol=https" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "31e19f92f00c7003fa115047ce50978bc98c3a0d" +SRCREV = "b35605ace3ddf7c1a5d67a2eb553f034aef41d55" PV = "r3039+git" -- 2.47.1