libusbmuxd_2.0.2.bb 490 B

12345678910111213141516
  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. DEPENDS = "udev libusb1 libplist"
  5. inherit autotools pkgconfig gitpkgv
  6. PKGV = "${GITPKGVTAG}"
  7. SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af"
  8. SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https"
  9. S = "${WORKDIR}/git"
  10. FILES_${PN} += "${base_libdir}/udev/rules.d/"