diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb new file mode 100644 index 0000000000..eeae93e261 --- /dev/null +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux" | ||
| 2 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = "\ | ||
| 4 | file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ | ||
| 5 | file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ | ||
| 6 | " | ||
| 7 | HOMEPAGE = "http://www.libimobiledevice.org/" | ||
| 8 | |||
| 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl libtatsu" | ||
| 10 | |||
| 11 | SRCREV = "149f7623c672c1fa73122c7119a12bfc0012f2ac" | ||
| 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master;tag=${PV}" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECONF = " --without-cython " | ||
| 17 | |||
| 18 | CFLAGS += "-D_GNU_SOURCE" | ||
