mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
libtatsu: Add recipe
New dependency needed for idevicerestore package Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c436334d88
commit
70ed586d50
|
|
@ -0,0 +1,10 @@
|
|||
SUMMARY = "Library handling the communication with Apple's Tatsu Signing Server (TSS)"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
|
||||
|
||||
SRC_URI = "https://github.com/libimobiledevice/libtatsu/releases/download/${PV}/libtatsu-${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "536fa228b14f156258e801a7f4d25a3a9dd91bb936bf6344e23171403c57e440"
|
||||
|
||||
DEPENDS = "curl libplist"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
Loading…
Reference in New Issue
Block a user