From: Grazvydas Ignotas Date: Thu, 17 Sep 2015 19:45:16 +0000 (+0300) Subject: dosfstools: update to 3.0.28 X-Git-Tag: sz_173~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af45e93601f912d7786ce84981748b3b2583900c;p=openembedded.git dosfstools: update to 3.0.28 --- diff --git a/recipes/dosfstools/dosfstools-native_2.10.bb b/recipes/dosfstools/dosfstools-native_2.10.bb deleted file mode 100644 index 0aae86beb9..0000000000 --- a/recipes/dosfstools/dosfstools-native_2.10.bb +++ /dev/null @@ -1,27 +0,0 @@ -# dosfstools-native OE build file -# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -require dosfstools_${PV}.bb -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dosfstools-${PV}" - -S="${WORKDIR}/dosfstools-${PV}" - -PR ="r4" - -SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ - file://mkdosfs-bootcode.patch;patch=1 \ - file://mkdosfs-dir.patch;patch=1 \ - file://alignment_hack.patch;patch=1 \ - file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ - file://msdos_fat12_undefined.patch;patch=1 \ - file://dosfstools-msdos_fs-types.patch;patch=1 \ - file://include-linux-types.patch;patch=1 \ - file://2.6.20-syscall.patch;patch=1" - -inherit native - -do_stage() { - install -m 755 ${S}/mkdosfs/mkdosfs ${STAGING_BINDIR}/mkdosfs - install -m 755 ${S}/dosfsck/dosfsck ${STAGING_BINDIR}/dosfsck -} diff --git a/recipes/dosfstools/dosfstools_3.0.28.bb b/recipes/dosfstools/dosfstools_3.0.28.bb new file mode 100644 index 0000000000..b6a3774fd6 --- /dev/null +++ b/recipes/dosfstools/dosfstools_3.0.28.bb @@ -0,0 +1,26 @@ +# dosfstools OE build file +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved +# Copyright (C) 2015, Sören Brinkmann All Rights Reserved +# Released under the MIT license (see packages/COPYING) +SUMMARY = "DOS FAT Filesystem Utilities" +HOMEPAGE = "https://github.com/dosfstools/dosfstools" + +SECTION = "base" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/dosfstools-3.0.28.tar.xz" +SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db" +SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2" + +FILES_${PN} = "${base_sbindir}" +FILES_${PN}-doc = "${mandir} ${docdir}" + +do_install () { + oe_runmake "PREFIX=${D}${prefix}" "SBINDIR=${D}${base_sbindir}" \ + "MANDIR=${D}${mandir}" "DOCDIR=${D}${docdir}" install +} + +BBCLASSEXTEND = "native" + +NATIVE_INSTALL_WORKS = "1"