[oe] [PATCH 2/3] dosfstools: update to latest 3.0.11

Khem Raj raj.khem at gmail.com
Fri Jan 7 22:16:02 UTC 2011


On Fri, Jan 7, 2011 at 1:47 PM, Eric Bénard <eric at 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 at eukrea.com>

Acked-by: Khem Raj <raj.khem at 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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list