diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-27 21:27:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:55:35 -0700 |
| commit | a764522a4a8b2481fb3e95a7ee38c56561daa8b0 (patch) | |
| tree | a40d3db7a1778f4b6a9a6a5590525afe3a34f865 /meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | |
| parent | 24b480cc1f253f53000e4d2a43c843204329f7dd (diff) | |
| download | meta-openembedded-a764522a4a8b2481fb3e95a7ee38c56561daa8b0.tar.gz | |
libusbmuxd: update to 2.0.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb new file mode 100644 index 0000000000..343d0bc63f --- /dev/null +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch." | ||
| 2 | LICENSE = "LGPL-2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" | ||
| 4 | |||
| 5 | DEPENDS = "udev libusb1 libplist" | ||
| 6 | |||
| 7 | inherit autotools pkgconfig gitpkgv | ||
| 8 | |||
| 9 | PKGV = "${GITPKGVTAG}" | ||
| 10 | |||
| 11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" | ||
| 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | FILES_${PN} += "${base_libdir}/udev/rules.d/" | ||
