diff options
| -rw-r--r-- | meta-filesystems/recipes-filesystems/ifuse/ifuse_1.2.0.bb (renamed from meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb b/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.2.0.bb index 5fbeab53d8..daeb5b9be2 100644 --- a/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb +++ b/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.2.0.bb | |||
| @@ -3,11 +3,12 @@ LICENSE = "LGPL-2.1-only" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" |
| 4 | HOMEPAGE = "http://www.libimobiledevice.org/" | 4 | HOMEPAGE = "http://www.libimobiledevice.org/" |
| 5 | 5 | ||
| 6 | DEPENDS = "fuse libimobiledevice" | 6 | DEPENDS = "fuse3 libimobiledevice" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://github.com/libimobiledevice/ifuse/releases/download/${PV}/ifuse-${PV}.tar.bz2" | 8 | SRC_URI = "https://github.com/libimobiledevice/ifuse/releases/download/${PV}/ifuse-${PV}.tar.bz2" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "cd31fbd0ea945b2ff1e39eac8d198fdd" | 10 | SRC_URI[sha256sum] = "5c584ae999ed52b386b0d2d1af8f8dcba451cddf31d7cd24367b18db0a9a5a9e" |
| 11 | SRC_URI[sha256sum] = "3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87" | ||
| 12 | 11 | ||
| 13 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | |||
| 14 | EXTRA_OECONF = "PACKAGE_VERSION=${PV}" | ||
