ifuse: upgrade 1.1.4 -> 1.2.0

Changes:
 - Switch to libfuse 3
 - Require libimobiledevice 1.4.0

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-02-25 21:40:28 +01:00 committed by Khem Raj
parent 58259850fe
commit 7f55d23e65
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -3,11 +3,12 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
HOMEPAGE = "http://www.libimobiledevice.org/"
DEPENDS = "fuse libimobiledevice"
DEPENDS = "fuse3 libimobiledevice"
SRC_URI = "https://github.com/libimobiledevice/ifuse/releases/download/${PV}/ifuse-${PV}.tar.bz2"
SRC_URI[md5sum] = "cd31fbd0ea945b2ff1e39eac8d198fdd"
SRC_URI[sha256sum] = "3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87"
SRC_URI[sha256sum] = "5c584ae999ed52b386b0d2d1af8f8dcba451cddf31d7cd24367b18db0a9a5a9e"
inherit autotools pkgconfig
EXTRA_OECONF = "PACKAGE_VERSION=${PV}"