mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
23 lines
741 B
BlitzBasic
23 lines
741 B
BlitzBasic
SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
|
|
file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
|
|
"
|
|
HOMEPAGE = "http://www.libimobiledevice.org/"
|
|
|
|
DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl"
|
|
|
|
PV = "1.3.0+git"
|
|
|
|
SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd"
|
|
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \
|
|
file://0001-include-unistd.h-for-usleep.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = " --without-cython "
|
|
|
|
CFLAGS += "-D_GNU_SOURCE"
|