From: Sören Brinkmann Date: Tue, 2 Jun 2015 17:46:52 +0000 (-0700) Subject: dosfstools: Add recipe for v3.0.28 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91ffdb8fff4a62ccb80196a3d735e4b9a3056a3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dosfstools: Add recipe for v3.0.28 Add a recipe for building the latest (as of today) version of dosfstools. Signed-off-by: Sören Brinkmann Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb new file mode 100644 index 00000000000..ac131cb72a8 --- /dev/null +++ b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb @@ -0,0 +1,24 @@ +# 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"