From e2d5e0733a5f8d380cdb4e565b442222ba71f7ed Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 27 Jul 2020 21:27:21 +0200 Subject: [PATCH] usbmuxd: update to 1.1.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../usbmuxd/{usbmuxd_git.bb => usbmuxd_1.1.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-connectivity/usbmuxd/{usbmuxd_git.bb => usbmuxd_1.1.1.bb} (85%) diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb similarity index 85% rename from meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb rename to meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb index 7284234326..3860fd8b99 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb @@ -1,4 +1,5 @@ DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." +HOMEPAGE = "https://github.com/libimobiledevice/usbmuxd" LICENSE = "GPLv3 & GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \ file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504" @@ -9,7 +10,7 @@ inherit autotools pkgconfig gitpkgv systemd PKGV = "${GITPKGVTAG}" -SRCREV = "ee85938c21043ef5f7cd4dfbc7677f385814d4d8" +SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" S = "${WORKDIR}/git"