All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/3] dosfstools: update to latest 3.0.11
Date: Fri,  7 Jan 2011 22:47:15 +0100	[thread overview]
Message-ID: <1294436836-28074-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1294436836-28074-1-git-send-email-eric@eukrea.com>

3.0.10 :
bugfix in LFN handling, fixes false positives with bad filenames
3.0.11 :
bugfix for s390x, better error message ifdevices can't be opened

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/dosfstools/dosfstools_3.0.11.bb |   28 ++++++++++++++++++++++++++++
 recipes/dosfstools/dosfstools_3.0.9.bb  |   28 ----------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)
 create mode 100644 recipes/dosfstools/dosfstools_3.0.11.bb
 delete mode 100644 recipes/dosfstools/dosfstools_3.0.9.bb

diff --git a/recipes/dosfstools/dosfstools_3.0.11.bb b/recipes/dosfstools/dosfstools_3.0.11.bb
new file mode 100644
index 0000000..1717157
--- /dev/null
+++ b/recipes/dosfstools/dosfstools_3.0.11.bb
@@ -0,0 +1,28 @@
+# dosfstools OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "DOS FAT Filesystem Utilities"
+
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r1"
+
+SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \
+	"
+# output of getconf LFS_CFLAGS
+#
+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 () {
+	oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
+		   "MANDIR=${D}${mandir}/man8" install
+}
+
+SRC_URI[md5sum] = "8d2211d5bd813164e20740e7c852aa06"
+SRC_URI[sha256sum] = "94b27a0f53f4aa86b0c049eb26df7a681ec6c31bc352c57d3ac53881bcfcd9a8"
diff --git a/recipes/dosfstools/dosfstools_3.0.9.bb b/recipes/dosfstools/dosfstools_3.0.9.bb
deleted file mode 100644
index 676c751..0000000
--- a/recipes/dosfstools/dosfstools_3.0.9.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-# dosfstools OE build file
-# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION = "DOS FAT Filesystem Utilities"
-
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "GPLv3"
-
-DEFAULT_PREFERENCE = "-1"
-
-PR = "r1"
-
-SRC_URI = "http://www.daniel-baumann.ch/software/dosfstools/dosfstools-${PV}.tar.bz2 \
-	"
-# output of getconf LFS_CFLAGS
-#
-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 () {
-	oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
-		   "MANDIR=${D}${mandir}/man8" install
-}
-
-SRC_URI[md5sum] = "7f159ec44d3b9c502904bab0236050e4"
-SRC_URI[sha256sum] = "3f63676faeac507e909d84c8920ddb6597da1eb688577c2fc9c756b821d0458f"
-- 
1.6.3.3




  reply	other threads:[~2011-01-07 21:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 21:47 [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Eric Bénard
2011-01-07 21:47 ` Eric Bénard [this message]
2011-01-07 21:47   ` [PATCH 3/3] i2c-tools: update to latest 3.0.3 Eric Bénard
2011-01-07 22:16     ` Khem Raj
2011-01-07 22:16   ` [PATCH 2/3] dosfstools: update to latest 3.0.11 Khem Raj
2011-01-07 22:17 ` [PATCH 1/3] e2fsprogs: update to latest 1.41.14 Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294436836-28074-2-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.