From 02f2f6accbfd8cc6bb228794a6da07fd7bba8aa8 Mon Sep 17 00:00:00 2001 From: Potin Lai Date: Thu, 31 Mar 2022 23:49:12 +0800 Subject: idevicerestore: add recipe A command-line application to restore firmware files to iOS devices. Signed-off-by: Potin Lai Signed-off-by: Khem Raj --- .../idevicerestore/idevicerestore_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb (limited to 'meta-oe/recipes-support/idevicerestore') diff --git a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb new file mode 100644 index 0000000000..fc07c6e698 --- /dev/null +++ b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb @@ -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 -- cgit v1.2.3-54-g00ecf