diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb new file mode 100644 index 0000000000..6049369290 --- /dev/null +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB" | ||
2 | LICENSE = "LGPL-2.1-or-later" | ||
3 | LIC_FILES_CHKSUM = "\ | ||
4 | file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6 \ | ||
5 | " | ||
6 | |||
7 | HOMEPAGE = "http://www.libimobiledevice.org/" | ||
8 | |||
9 | DEPENDS = "libimobiledevice-glue libusb1 readline" | ||
10 | |||
11 | SRCREV = "2fb767d784c01269a0ded5bacd5539aee3768c35" | ||
12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" | ||
13 | |||
14 | inherit autotools pkgconfig | ||