summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb')
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
new file mode 100644
index 000000000..5256ce0d2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
@@ -0,0 +1,26 @@
1SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6"
7
8#| configure:17888: checking for native large file support
9#| configure:17891: error: in `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libimobiledevice/1.1.4-r0/libimobiledevice-1.1.4':
10#| configure:17893: error: cannot run test program while cross compiling
11PNBLACKLIST[libimobiledevice] ?= "cannot run test program while cross compiling"
12
13HOMEPAGE ="http://www.libimobiledevice.org/"
14
15DEPENDS = "libplist usbmuxd libtasn1 gnutls libgcrypt"
16
17SRC_URI = " \
18 http://www.libimobiledevice.org/downloads/libimobiledevice-${PV}.tar.bz2 \
19"
20
21SRC_URI[md5sum] = "3f28cbc6a2e30d34685049c0abde5183"
22SRC_URI[sha256sum] = "67499cfaa6172f566ee6b0783605acffe484fb7ddc3b09881ab7ac58667ee5b8"
23
24inherit autotools pkgconfig
25
26EXTRA_OECONF = " --without-cython "