blob: 1a0590c57b77f6f82b3f20fe3ef08f1f672ea057 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
2LICENSE = "GPL-2.0-only & LGPL-2.1-only"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6"
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
9DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl"
10
11PV = "1.3.0+git${SRCPV}"
12
Andrew Geissler3eeda902023-05-19 10:14:02 -050013SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd"
14SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \
15 file://0001-include-unistd.h-for-usleep.patch"
Patrick Williams92b42cb2022-09-03 06:53:57 -050016
17S = "${WORKDIR}/git"
18inherit autotools pkgconfig
19
20EXTRA_OECONF = " --without-cython "
Andrew Geissler87f5cff2022-09-30 13:13:31 -050021
22CFLAGS += "-D_GNU_SOURCE"