libimobiledevice_1.3.0.bb 581 B

1234567891011121314151617
  1. SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
  2. LICENSE = "GPLv2 & LGPLv2.1"
  3. LIC_FILES_CHKSUM = "\
  4. file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
  5. file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
  6. "
  7. HOMEPAGE = "http://www.libimobiledevice.org/"
  8. DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt"
  9. SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566"
  10. SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https"
  11. S = "${WORKDIR}/git"
  12. inherit autotools pkgconfig
  13. EXTRA_OECONF = " --without-cython "