Message ID | 20250918025841.2170106-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/3] libtatsu: Add recipe | expand |
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libtatsu_1.0.5.bb b/meta-oe/recipes-connectivity/libimobiledevice/libtatsu_1.0.5.bb new file mode 100644 index 0000000000..4f6f0c97d3 --- /dev/null +++ b/meta-oe/recipes-connectivity/libimobiledevice/libtatsu_1.0.5.bb @@ -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
New dependency needed for idevicerestore package Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../libimobiledevice/libtatsu_1.0.5.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libimobiledevice/libtatsu_1.0.5.bb