aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2015-01-15 17:56:19 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-01-20 16:06:14 +0100
commit4a48799dacda1811e8e3bea06decdba789fc77ab (patch)
tree77b61d216af3e4b680aa53bede2d203ab34aefd0 /meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
parent4d870f4d74c6ffa36781bb0b1daadc51422d4001 (diff)
downloadmeta-openembedded-contrib-4a48799dacda1811e8e3bea06decdba789fc77ab.tar.gz
fuse-exfat: upgrade to 1.1.0
Bump to 1.1.0 1. Updated LICENSE from GPLv3 to GPLv2 or later 2. Misc. spelling fix Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb26
1 files changed, 26 insertions, 0 deletions
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
new file mode 100644
index 0000000000..6a83ab25bb
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
@@ -0,0 +1,26 @@
+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}
+}