diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "Library with common code used by the libraries and tools around the libimobiledevice project" | ||
| 2 | LICENSE = "LGPL-2.1-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "\ | ||
| 4 | file://COPYING;md5=6ab17b41640564434dda85c06b7124f7 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | HOMEPAGE = "http://www.libimobiledevice.org/" | ||
| 8 | |||
| 9 | DEPENDS = "libplist" | ||
| 10 | |||
| 11 | PV = "1.0.0+git${SRCPV}" | ||
| 12 | |||
| 13 | SRCREV = "ecb0996fd2a3b0539153dd3ef901d137bf498ffe" | ||
| 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | inherit autotools pkgconfig | ||
