Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 | |
| 8 | HOMEPAGE ="http://www.libimobiledevice.org/" |
| 9 | |
| 10 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt" |
| 11 | |
| 12 | SRCREV = "fb71aeef10488ed7b0e60a1c8a553193301428c0" |
| 13 | PV = "1.2.0+git${SRCPV}" |
| 14 | SRC_URI = "\ |
| 15 | git://github.com/libimobiledevice/libimobiledevice;protocol=https \ |
| 16 | file://configure-fix-largefile.patch \ |
| 17 | " |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | inherit autotools pkgconfig |
| 21 | |
| 22 | EXTRA_OECONF = " --without-cython " |