mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
18 lines
535 B
BlitzBasic
18 lines
535 B
BlitzBasic
SUMMARY = "A command-line application to restore firmware files to iOS devices"
|
|
LICENSE = "LGPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
|
"
|
|
|
|
HOMEPAGE = "http://www.libimobiledevice.org/"
|
|
|
|
DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl"
|
|
|
|
PV = "1.0.1+git"
|
|
|
|
SRCREV = "ecae6c6e8ca6b6bad080a1c73f10ffd0e67d75a7"
|
|
SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
inherit autotools pkgconfig
|