From 9d3ba52bd742a24364085b377f168ff5b9898778 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 23 Sep 2006 10:19:11 +0000 Subject: dosfstools 2.11: New version * dosfstools-2.10-kernel-2.6.patch is in mainline * Still has various issues (one annoying being its non-i18n-friendliness, tending to demage filenames in local charsets), but at least it's from 2005, not 2003. * dosfstools-native still at 2.10, as some patches don't apply cleanly. --- packages/dosfstools/dosfstools_2.11.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/dosfstools/dosfstools_2.11.bb (limited to 'packages/dosfstools/dosfstools_2.11.bb') diff --git a/packages/dosfstools/dosfstools_2.11.bb b/packages/dosfstools/dosfstools_2.11.bb new file mode 100644 index 0000000000..c7398708e4 --- /dev/null +++ b/packages/dosfstools/dosfstools_2.11.bb @@ -0,0 +1,22 @@ +# 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" +MAINTAINER = "Raymond Danks " + +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" + +PR = "r0" + +SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ + file://alignment_hack.patch;patch=1 \ + file://msdos_fat12_undefined.patch;patch=1 \ + file://include-linux-types.patch;patch=1" + +do_install () { + oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ + "MANDIR=${D}${mandir}/man8" install +} -- cgit v1.2.3