mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 22:40:11 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
514 B
BlitzBasic
17 lines
514 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"
|
|
|
|
inherit autotools pkgconfig
|