blob: 41b8d94a03574a21ff80d61aaad9475a33e87461 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only & LGPL-2.1-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05007HOMEPAGE = "http://www.libimobiledevice.org/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt"
10
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050011SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566"
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
14S = "${WORKDIR}/git"
15inherit autotools pkgconfig
16
17EXTRA_OECONF = " --without-cython "