dosfstools 2.11: New version
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 23 Sep 2006 10:19:11 +0000 (10:19 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 23 Sep 2006 10:19:11 +0000 (10:19 +0000)
* 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 [new file with mode: 0644]

diff --git a/packages/dosfstools/dosfstools_2.11.bb b/packages/dosfstools/dosfstools_2.11.bb
new file mode 100644 (file)
index 0000000..c739870
--- /dev/null
@@ -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 <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
+}