summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPotin Lai <potin.lai.pt@gmail.com>2022-08-26 01:32:23 +0000
committerKhem Raj <raj.khem@gmail.com>2022-08-27 07:37:45 -0700
commit683950e57991d2c76e489a890f1fbe0be8f4191d (patch)
tree5f584d361b805c2c541dfa91a421553f0d8a5599
parent8eef4812cb9a18bddefd3c45124ecc8b55c09b87 (diff)
downloadmeta-openembedded-683950e57991d2c76e489a890f1fbe0be8f4191d.tar.gz
libimobiledevice: add libimobiledevice_git.bb
Add libimobiledevice_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb
new file mode 100644
index 0000000000..3dfd4e90fe
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb
@@ -0,0 +1,19 @@
1SUMMARY = "A protocol library to access an iPhone or iPod Touch in Linux"
2LICENSE = "GPL-2.0-only & LGPL-2.1-only"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6"
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
9DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl"
10
11PV = "1.3.0+git${SRCPV}"
12
13SRCREV = "2eec1b9a172354c8521123a767d998b17bd2ac18"
14SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master"
15
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig
18
19EXTRA_OECONF = " --without-cython "