blob: 7e9299c9f3e48ed63405a989a3d8d74e10687702 [file] [log] [blame]
Patrick Williams45852732022-04-02 08:58:32 -05001SUMMARY = "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
Patrick Williams92b42cb2022-09-03 06:53:57 -050013SRCREV = "d2ff7969dcd0a12e4f18f63dab03e6cd03054fcb"
Patrick Williamsde0582f2022-04-08 10:23:27 -050014SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
Patrick Williams45852732022-04-02 08:58:32 -050015
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig