diff mbox series

[meta-oe,2/3] idevicerestore: Upgrade to tip of trunk

Message ID 20250918025841.2170106-2-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/3] libtatsu: Add recipe | expand

Commit Message

Khem Raj Sept. 18, 2025, 2:58 a.m. UTC
Add missing dep on libtatsu

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
index 03eb7ccbf1..e032573516 100644
--- a/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
+++ b/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
@@ -6,11 +6,11 @@  LIC_FILES_CHKSUM = "\
 
 HOMEPAGE = "http://www.libimobiledevice.org/"
 
-DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl"
+DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl libtatsu"
 
 PV = "1.0.1+git"
 
-SRCREV = "ecae6c6e8ca6b6bad080a1c73f10ffd0e67d75a7"
+SRCREV = "a0cec3b34fb112168aaae9fbb024e15302563b34"
 SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
 
 inherit autotools pkgconfig