All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] exfat: bump to version 1.1.0
@ 2014-09-10 19:07 Gustavo Zacarias
  2014-09-10 19:07 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
  2014-09-11 20:43 ` [Buildroot] [PATCH 1/2] exfat: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-09-10 19:07 UTC (permalink / raw)
  To: buildroot

Use gentoo distfiles since the download infra can't handle google docs
URLs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/exfat/exfat.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/exfat/exfat.mk b/package/exfat/exfat.mk
index 3c0dece..279c6a0 100644
--- a/package/exfat/exfat.mk
+++ b/package/exfat/exfat.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-EXFAT_VERSION = 1.0.1
-EXFAT_SITE = http://exfat.googlecode.com/files
+EXFAT_VERSION = 1.1.0
+EXFAT_SITE = http://distfiles.gentoo.org/distfiles
 EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
 EXFAT_DEPENDENCIES = host-scons libfuse
 EXFAT_LICENSE = GPLv3+
@@ -13,12 +13,12 @@ EXFAT_LICENSE_FILES = COPYING
 
 define EXFAT_BUILD_CMDS
 	(cd $(@D); \
-		$(TARGET_CONFIGURE_OPTS) $(SCONS))
+		$(TARGET_CONFIGURE_OPTS) CCFLAGS="-std=c99" $(SCONS))
 endef
 
 define EXFAT_INSTALL_TARGET_CMDS
 	(cd $(@D); \
-		$(TARGET_CONFIGURE_OPTS) $(SCONS) \
+		$(TARGET_CONFIGURE_OPTS) CCFLAGS="-std=c99" $(SCONS) \
 		DESTDIR=$(TARGET_DIR)/usr/sbin install)
 endef
 
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] exfat-utils: bump to version 1.1.0
  2014-09-10 19:07 [Buildroot] [PATCH 1/2] exfat: bump to version 1.1.0 Gustavo Zacarias
@ 2014-09-10 19:07 ` Gustavo Zacarias
  2014-09-11 20:44   ` Peter Korsgaard
  2014-09-11 20:43 ` [Buildroot] [PATCH 1/2] exfat: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2014-09-10 19:07 UTC (permalink / raw)
  To: buildroot

Use gentoo distfiles since the download infra can't handle google docs
URLs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/exfat-utils/exfat-utils.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/exfat-utils/exfat-utils.mk b/package/exfat-utils/exfat-utils.mk
index a3a80f2..7a1f33f 100644
--- a/package/exfat-utils/exfat-utils.mk
+++ b/package/exfat-utils/exfat-utils.mk
@@ -4,20 +4,20 @@
 #
 ################################################################################
 
-EXFAT_UTILS_VERSION = 1.0.1
-EXFAT_UTILS_SITE = http://exfat.googlecode.com/files
+EXFAT_UTILS_VERSION = 1.1.0
+EXFAT_UTILS_SITE = http://distfiles.gentoo.org/distfiles
 EXFAT_UTILS_DEPENDENCIES = host-scons
 EXFAT_UTILS_LICENSE = GPLv3+
 EXFAT_UTILS_LICENSE_FILES = COPYING
 
 define EXFAT_UTILS_BUILD_CMDS
 	(cd $(@D); \
-		$(TARGET_CONFIGURE_OPTS) $(SCONS))
+		$(TARGET_CONFIGURE_OPTS) CCFLAGS="-std=c99" $(SCONS))
 endef
 
 define EXFAT_UTILS_INSTALL_TARGET_CMDS
 	(cd $(@D); \
-		$(TARGET_CONFIGURE_OPTS) $(SCONS) \
+		$(TARGET_CONFIGURE_OPTS) CCFLAGS="-std=c99" $(SCONS) \
 		DESTDIR=$(TARGET_DIR)/usr/bin install)
 endef
 
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] exfat: bump to version 1.1.0
  2014-09-10 19:07 [Buildroot] [PATCH 1/2] exfat: bump to version 1.1.0 Gustavo Zacarias
  2014-09-10 19:07 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
@ 2014-09-11 20:43 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-09-11 20:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Use gentoo distfiles since the download infra can't handle google docs
 > URLs.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/exfat/exfat.mk | 8 ++++----
 >  1 file changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/exfat/exfat.mk b/package/exfat/exfat.mk
 > index 3c0dece..279c6a0 100644
 > --- a/package/exfat/exfat.mk
 > +++ b/package/exfat/exfat.mk
 > @@ -4,8 +4,8 @@
 >  #
 >  ################################################################################
 
 > -EXFAT_VERSION = 1.0.1
 > -EXFAT_SITE = http://exfat.googlecode.com/files
 > +EXFAT_VERSION = 1.1.0
 > +EXFAT_SITE = http://distfiles.gentoo.org/distfiles
 >  EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
 >  EXFAT_DEPENDENCIES = host-scons libfuse
 >  EXFAT_LICENSE = GPLv3+
 > @@ -13,12 +13,12 @@ EXFAT_LICENSE_FILES = COPYING
 
 >  define EXFAT_BUILD_CMDS
 >  	(cd $(@D); \
 > -		$(TARGET_CONFIGURE_OPTS) $(SCONS))
 > +		$(TARGET_CONFIGURE_OPTS) CCFLAGS="-std=c99" $(SCONS))

Shouldn't this be CCFLAGS="$(TARGET_CFLAGS) -std=c99"?

From a quick test it seems like it should:

>>> exfat 1.1.0 Building
(cd /home/peko/source/buildroot/output/build/exfat-1.1.0; <snip>
 CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os "
 <snip>

/home/peko/source/buildroot/output/host/usr/bin/arm-none-linux-gnueabi-gcc
-o fuse/main.o -c -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Ilibexfat
fuse/main.c

It looks like it only uses CPPFLAGS and CCFLAGS.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] exfat-utils: bump to version 1.1.0
  2014-09-10 19:07 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
@ 2014-09-11 20:44   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-09-11 20:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Use gentoo distfiles since the download infra can't handle google docs
 > URLs.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed with same change regarding TARGET_CFLAGS, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-11 20:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-10 19:07 [Buildroot] [PATCH 1/2] exfat: bump to version 1.1.0 Gustavo Zacarias
2014-09-10 19:07 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
2014-09-11 20:44   ` Peter Korsgaard
2014-09-11 20:43 ` [Buildroot] [PATCH 1/2] exfat: " Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.