mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
58259850fe
commit
7f55d23e65
@ -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}"
|
||||
Loading…
x
Reference in New Issue
Block a user