Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [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-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" |
| 4 | |
| 5 | DEPENDS = "udev libusb1 libplist libimobiledevice-glue" |
| 6 | |
| 7 | inherit autotools pkgconfig gitpkgv |
| 8 | |
| 9 | PKGV = "${GITPKGVTAG}" |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 10 | PV = "2.0.2+git" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 11 | |
| 12 | SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" |
| 13 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |