summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-03-31 23:49:09 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-31 11:54:44 -0700
commit69c9070f9e918ecc847c893691f430578db69ad0 (patch)
tree2901a136a6db1de51e7d82e7b54fa037a14da785
parentdb510a803c2400a48f81510bd35a88053b878197 (diff)
downloadmeta-openembedded-69c9070f9e918ecc847c893691f430578db69ad0.tar.gz
libimobiledevice-glue: add recipe
libimobiledevice-glue is the library with common code used by the libraries and tools around the libimobiledevice project. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
new file mode 100644
index 0000000000..831d32cdbe
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Library with common code used by the libraries and tools around the libimobiledevice project"
2LICENSE = "LGPL-2.1-or-later"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=6ab17b41640564434dda85c06b7124f7 \
5"
6
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
9DEPENDS = "libplist"
10
11PV = "1.0.0+git${SRCPV}"
12
13SRCREV = "ecb0996fd2a3b0539153dd3ef901d137bf498ffe"
14SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
15
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig