summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2020-07-27 21:27:19 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:55:35 -0700
commita764522a4a8b2481fb3e95a7ee38c56561daa8b0 (patch)
treea40d3db7a1778f4b6a9a6a5590525afe3a34f865 /meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb
parent24b480cc1f253f53000e4d2a43c843204329f7dd (diff)
downloadmeta-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.bb16
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 @@
1DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch."
2LICENSE = "LGPL-2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
4
5DEPENDS = "udev libusb1 libplist"
6
7inherit autotools pkgconfig gitpkgv
8
9PKGV = "${GITPKGVTAG}"
10
11SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af"
12SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https"
13
14S = "${WORKDIR}/git"
15
16FILES_${PN} += "${base_libdir}/udev/rules.d/"