* 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.
--- /dev/null
+# 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 <info-linux@geode.amd.com>"
+
+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
+}