mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
720 B
BlitzBasic
22 lines
720 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"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = " --without-cython "
|
|
|
|
CFLAGS += "-D_GNU_SOURCE"
|