1DESCRIPTION = "This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch."
2LICENSE = "LGPL-2.1-only"
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;branch=master"
13
14S = "${WORKDIR}/git"
15
16FILES:${PN} += "${base_libdir}/udev/rules.d/"
17