diff options
Diffstat (limited to 'meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb')
-rw-r--r-- | meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 00000000000..8218b080844 --- /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 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 |