diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb deleted file mode 100644 index 41b8d94a03..0000000000 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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" | ||
| 10 | |||
| 11 | SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566" | ||
| 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF = " --without-cython " | ||
