diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-09 20:23:10 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-09 20:25:28 -0700 |
| commit | 3959988b2b4806a20bb6192a5319834c99caabf6 (patch) | |
| tree | 87176e402132768c8d4ecc4728114dc07b6330aa | |
| parent | f08bb72b866ec92e2a25c415c9a2dd0c4527a1f5 (diff) | |
| download | meta-openembedded-3959988b2b4806a20bb6192a5319834c99caabf6.tar.gz | |
libimobiledevice: Delete recipe for 1.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 " | ||
