diff mbox series

[AUH] fdk-aac: upgrading to 2.0.2 SUCCEEDED

Message ID 0101018b988fd9c2-683331d5-9e0e-4a06-b305-dbac94124f27-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] fdk-aac: upgrading to 2.0.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 4:20 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *fdk-aac* to *2.0.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-fdk-aac-upgrade-2.0.1-2.0.2.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 22fadb8c9d4817e7c42450a71d6dfb27cec493fa Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:17:44 +0000
Subject: [PATCH] fdk-aac: upgrade 2.0.1 -> 2.0.2

---
 .../fdk-aac/{fdk-aac_2.0.1.bb => fdk-aac_2.0.2.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/fdk-aac/{fdk-aac_2.0.1.bb => fdk-aac_2.0.2.bb} (93%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.2.bb
similarity index 93%
rename from meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb
rename to meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.2.bb
index c499119c6..55475b40f 100644
--- a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb
+++ b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.2.bb
@@ -12,7 +12,7 @@  LICENSE_FLAGS = "commercial"
 LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875"
 
 SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master"
-SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec"
+SRCREV = "801f67f671929311e0c9952c5f92d6e147c7b003"
 
 S = "${WORKDIR}/git"