Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux" |
| 2 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
| 3 | LIC_FILES_CHKSUM = "\ |
| 4 | file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ |
| 5 | file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ |
| 6 | " |
| 7 | HOMEPAGE = "http://www.libimobiledevice.org/" |
| 8 | |
| 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl" |
| 10 | |
| 11 | PV = "1.3.0+git${SRCPV}" |
| 12 | |
| 13 | SRCREV = "2eec1b9a172354c8521123a767d998b17bd2ac18" |
| 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | EXTRA_OECONF = " --without-cython " |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame^] | 20 | |
| 21 | CFLAGS += "-D_GNU_SOURCE" |