| Submitter | Eric BENARD |
|---|---|
| Date | Jan. 7, 2011, 9:47 p.m. |
| Message ID | <1294436836-28074-2-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/196/ |
| State | Accepted |
| Headers | show |
Comments
On Fri, Jan 7, 2011 at 1:47 PM, Eric Bénard <eric@eukrea.com> wrote: > 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> Acked-by: Khem Raj <raj.khem@gmail.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 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
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"
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