Patrick Williams | 4585273 | 2022-04-02 08:58:32 -0500 | [diff] [blame] | 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 | |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 13 | SRCREV = "d2ff7969dcd0a12e4f18f63dab03e6cd03054fcb" |
Patrick Williams | de0582f | 2022-04-08 10:23:27 -0500 | [diff] [blame] | 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" |
Patrick Williams | 4585273 | 2022-04-02 08:58:32 -0500 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | inherit autotools pkgconfig |