From 69c9070f9e918ecc847c893691f430578db69ad0 Mon Sep 17 00:00:00 2001 From: Potin Lai Date: Thu, 31 Mar 2022 23:49:09 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../libimobiledevice-glue/libimobiledevice-glue_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb (limited to 'meta-oe/recipes-connectivity') 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 @@ +SUMMARY = "Library with common code used by the libraries and tools around the libimobiledevice project" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=6ab17b41640564434dda85c06b7124f7 \ +" + +HOMEPAGE = "http://www.libimobiledevice.org/" + +DEPENDS = "libplist" + +PV = "1.0.0+git${SRCPV}" + +SRCREV = "ecb0996fd2a3b0539153dd3ef901d137bf498ffe" +SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" + +S = "${WORKDIR}/git" +inherit autotools pkgconfig -- cgit 1.2.3-korg