mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:51:48 +00:00
idevicerestore: add recipe
A command-line application to restore firmware files to iOS devices. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
20c0c1874d
commit
02f2f6accb
17
meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
Normal file
17
meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
Normal file
@ -0,0 +1,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"
|
||||
|
||||
PV = "1.0.1+git${SRCPV}"
|
||||
|
||||
SRCREV = "280575bb95977241e240ed081a2602d68746443e"
|
||||
SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
inherit autotools pkgconfig
|
||||
Loading…
x
Reference in New Issue
Block a user