* [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0
@ 2015-01-15 16:08 Maxin B. John
2015-01-15 16:19 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Maxin B. John @ 2015-01-15 16:08 UTC (permalink / raw)
To: openembedded-core; +Cc: Maxin B. John
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>
---
.../fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} (60%)
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
similarity index 60%
rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb
rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
index f984c4b..6a83ab2 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 @@
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 unter the name mount.exfat-fuse. \
+is provided under the name mount.exfat-fuse. \
"
HOMEPAGE = "http://code.google.com/p/exfat/"
SECTION = "universe/otherosfs"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+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"
@@ -14,11 +14,11 @@ RRECOMMENDS_${PN} = "util-linux-mount"
inherit scons
-SRC_URI[md5sum] = "7988a5111841593231f20af22153362d"
-SRC_URI[sha256sum] = "12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758"
+SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916"
+SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e"
EXTRA_OESCONS = " \
- DESTDIR=${D}/${base_sbindir} \
+ CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \
"
do_install_prepend() {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0
2015-01-15 16:08 [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0 Maxin B. John
@ 2015-01-15 16:19 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-01-15 16:19 UTC (permalink / raw)
To: Maxin B. John; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2628 bytes --]
On Thu, Jan 15, 2015 at 05:08:47PM +0100, Maxin B. John wrote:
> Bump to 1.1.0
> 1. Updated LICENSE from GPLv3 to GPLv2 or later
> 2. Misc. spelling fix
Please resend to oe-devel ML.
>
> Signed-off-by: Maxin B. John <maxin.john@enea.com>
> ---
> .../fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
> rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.0.1.bb => fuse-exfat_1.1.0.bb} (60%)
>
> 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
> similarity index 60%
> rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb
> rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
> index f984c4b..6a83ab2 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 @@
> 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 unter the name mount.exfat-fuse. \
> +is provided under the name mount.exfat-fuse. \
> "
> HOMEPAGE = "http://code.google.com/p/exfat/"
> SECTION = "universe/otherosfs"
> -LICENSE = "GPLv3"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +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"
> @@ -14,11 +14,11 @@ RRECOMMENDS_${PN} = "util-linux-mount"
>
> inherit scons
>
> -SRC_URI[md5sum] = "7988a5111841593231f20af22153362d"
> -SRC_URI[sha256sum] = "12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758"
> +SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916"
> +SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e"
>
> EXTRA_OESCONS = " \
> - DESTDIR=${D}/${base_sbindir} \
> + CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \
> "
>
> do_install_prepend() {
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-15 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 16:08 [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0 Maxin B. John
2015-01-15 16:19 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox