diff mbox series

[AUH] libuvc: upgrading to 0.0.7 SUCCEEDED

Message ID 0101018b988fdd42-5e3ceaf6-b330-47be-8445-c79771921ef8-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libuvc: upgrading to 0.0.7 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 *libuvc* to *0.0.7* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libuvc-upgrade-0.0.6-0.0.7.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 a30f976cc77acb8bea369ab64e8f2f911acf6cee Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:53:19 +0000
Subject: [PATCH] libuvc: upgrade 0.0.6 -> 0.0.7

---
 meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
index 464b1dc23..dacb57c79 100644
--- a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
+++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb
@@ -6,8 +6,8 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2"
 DEPENDS = "libusb jpeg"
 
 SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https"
-SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74"
-PV = "v0.0.6+git${SRCPV}"
+SRCREV = "68d07a00e11d1944e27b7295ee69673239c00b4b"
+PV = "0.0.7"
 
 S = "${WORKDIR}/git"