[oe-commits] Tom Rini : dosfstools 2.10 / 3.0.9: Fix typo (CLFAGS -> CFLAGS) for !uclibc largefile

git version control git at git.openembedded.org
Wed Aug 25 19:59:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9178590b902f30fc0cfd6e4cf696a599fd58ec2f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9178590b902f30fc0cfd6e4cf696a599fd58ec2f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Aug 25 12:40:37 2010 -0700

dosfstools 2.10 / 3.0.9: Fix typo (CLFAGS -> CFLAGS) for !uclibc largefile

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/dosfstools/dosfstools_2.11.bb  |    4 ++--
 recipes/dosfstools/dosfstools_3.0.9.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/dosfstools/dosfstools_2.11.bb b/recipes/dosfstools/dosfstools_2.11.bb
index cecf985..f0ca990 100644
--- a/recipes/dosfstools/dosfstools_2.11.bb
+++ b/recipes/dosfstools/dosfstools_2.11.bb
@@ -8,13 +8,13 @@ SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
 	   file://alignment_hack.patch \
            file://msdos_fat12_undefined.patch \
 	   file://include-linux-types.patch"
-CLFAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
+CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
 CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}'
 
 do_install () {
diff --git a/recipes/dosfstools/dosfstools_3.0.9.bb b/recipes/dosfstools/dosfstools_3.0.9.bb
index 32169f7..676c751 100644
--- a/recipes/dosfstools/dosfstools_3.0.9.bb
+++ b/recipes/dosfstools/dosfstools_3.0.9.bb
@@ -10,13 +10,13 @@ LICENSE = "GPLv3"
 
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \
 	"
 # output of getconf LFS_CFLAGS
 #
-CLFAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
+CFLAGS_append = ' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
 CFLAGS_append_libc-uclibc = ' ${@base_contains("DISTRO_FEATURES", "largefile", "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64", "", d)}'
 
 do_install () {





More information about the Openembedded-commits mailing list