summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
blob: 2a0a129fee83b4ac71faa8b15893efe260af9e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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${SRCPV}"

SRCREV = "163a1647dedb7ca4656c0f072e4733573f9f982b"
SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"

S = "${WORKDIR}/git"
inherit autotools pkgconfig