diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-01-15 17:56:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-20 16:06:14 +0100 |
commit | 4a48799dacda1811e8e3bea06decdba789fc77ab (patch) | |
tree | 77b61d216af3e4b680aa53bede2d203ab34aefd0 /meta-filesystems/recipes-filesystems | |
parent | 4d870f4d74c6ffa36781bb0b1daadc51422d4001 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb (renamed from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb index f984c4bb7..6a83ab25b 100644 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "read and write exFAT driver for FUSE" | 1 | SUMMARY = "read and write exFAT driver for FUSE" |
2 | DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ | 2 | DESCRIPTION = "fuse-exfat is a read and write driver implementing the \ |
3 | extended file allocation table as a filesystem in userspace. A mounthelper \ | 3 | extended file allocation table as a filesystem in userspace. A mounthelper \ |
4 | is provided unter the name mount.exfat-fuse. \ | 4 | is provided under the name mount.exfat-fuse. \ |
5 | " | 5 | " |
6 | HOMEPAGE = "http://code.google.com/p/exfat/" | 6 | HOMEPAGE = "http://code.google.com/p/exfat/" |
7 | SECTION = "universe/otherosfs" | 7 | SECTION = "universe/otherosfs" |
8 | LICENSE = "GPLv3" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ |
11 | " | 11 | " |
12 | DEPENDS = "fuse virtual/libc" | 12 | DEPENDS = "fuse virtual/libc" |
@@ -14,11 +14,11 @@ RRECOMMENDS_${PN} = "util-linux-mount" | |||
14 | 14 | ||
15 | inherit scons | 15 | inherit scons |
16 | 16 | ||
17 | SRC_URI[md5sum] = "7988a5111841593231f20af22153362d" | 17 | SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916" |
18 | SRC_URI[sha256sum] = "12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758" | 18 | SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e" |
19 | 19 | ||
20 | EXTRA_OESCONS = " \ | 20 | EXTRA_OESCONS = " \ |
21 | DESTDIR=${D}/${base_sbindir} \ | 21 | CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_prepend() { | 24 | do_install_prepend() { |