Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |