From 76045e2a1e9c3eb9c3f6091c78c907ac511497fd Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 6 Aug 2020 21:15:18 +0800 Subject: [PATCH] uhubctl: upgrade 2.1.0 -> 2.2.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../uhubctl/{uhubctl_2.1.0.bb => uhubctl_2.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/uhubctl/{uhubctl_2.1.0.bb => uhubctl_2.2.0.bb} (92%) diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.1.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.2.0.bb similarity index 92% rename from meta-oe/recipes-support/uhubctl/uhubctl_2.1.0.bb rename to meta-oe/recipes-support/uhubctl/uhubctl_2.2.0.bb index b294d77bad..fb60446cb2 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.1.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.2.0.bb @@ -6,7 +6,7 @@ DEPENDS = "libusb1" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCREV = "c9fa3c68a1b2c9790c731602b8bae2b513e80605" +SRCREV = "5ee8260c71647f687b5e71af11f45244814835d7" SRC_URI = "git://github.com/mvp/${BPN}" S = "${WORKDIR}/git"