From 56bb8f80573b2b038c30c4fff440ab645a4ae88b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 1 Apr 2016 17:53:17 +0800 Subject: fuse-exfat: update to version 1.2.3 Package now uses autotools instead of scons. Signed-off-by: Anuj Mittal Signed-off-by: Martin Jansa --- .../fuse-exfat/fuse-exfat_1.1.0.bb | 26 ---------------------- .../fuse-exfat/fuse-exfat_1.2.3.bb | 20 +++++++++++++++++ 2 files changed, 20 insertions(+), 26 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb create mode 100644 meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb deleted file mode 100644 index 6a83ab25bb..0000000000 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "read and write exFAT driver for FUSE" -DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ -extended file allocation table as a filesystem in userspace. A mounthelper \ -is provided under the name mount.exfat-fuse. \ -" -HOMEPAGE = "http://code.google.com/p/exfat/" -SECTION = "universe/otherosfs" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ -" -DEPENDS = "fuse virtual/libc" -RRECOMMENDS_${PN} = "util-linux-mount" - -inherit scons - -SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916" -SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e" - -EXTRA_OESCONS = " \ - CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \ -" - -do_install_prepend() { - install -d ${D}/${base_sbindir} -} diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb new file mode 100644 index 0000000000..639e33cfab --- /dev/null +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb @@ -0,0 +1,20 @@ +SUMMARY = "read and write exFAT driver for FUSE" +DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ +extended file allocation table as a filesystem in userspace. A mounthelper \ +is provided under the name mount.exfat-fuse. \ +" +HOMEPAGE = "http://code.google.com/p/exfat/" +SECTION = "universe/otherosfs" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ +" +DEPENDS = "fuse virtual/libc" +RRECOMMENDS_${PN} = "util-linux-mount" + +inherit autotools pkgconfig + +SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c" +SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9" + +S = "${WORKDIR}/${PN}-${PV}" -- cgit 1.2.3-korg