diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-27 21:27:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:55:35 -0700 |
| commit | e2d5e0733a5f8d380cdb4e565b442222ba71f7ed (patch) | |
| tree | 2027f3e81960922a88681c1f96e20c6506fbdf8a | |
| parent | bd8a13acd8cd09d214ca28e28681ba0afe495bb7 (diff) | |
| download | meta-openembedded-e2d5e0733a5f8d380cdb4e565b442222ba71f7ed.tar.gz | |
usbmuxd: update to 1.1.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb (renamed from meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/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 @@ | |||
| 1 | DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." | 1 | DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." |
| 2 | HOMEPAGE = "https://github.com/libimobiledevice/usbmuxd" | ||
| 2 | LICENSE = "GPLv3 & GPLv2 & LGPLv2.1" | 3 | LICENSE = "GPLv3 & GPLv2 & LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=ebb5c50ab7cab4baeffba14977030c07 \ |
| 4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504" | 5 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504" |
| @@ -9,7 +10,7 @@ inherit autotools pkgconfig gitpkgv systemd | |||
| 9 | 10 | ||
| 10 | PKGV = "${GITPKGVTAG}" | 11 | PKGV = "${GITPKGVTAG}" |
| 11 | 12 | ||
| 12 | SRCREV = "ee85938c21043ef5f7cd4dfbc7677f385814d4d8" | 13 | SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" |
| 13 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" | 14 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" |
| 14 | 15 | ||
| 15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
