dosfstools: upgraded to 2.10 and patched to compile with 2.6 kernel headers
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 2 Aug 2004 15:46:53 +0000 (15:46 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 2 Aug 2004 15:46:53 +0000 (15:46 +0000)
BKrev: 410e61edWOXsXfirBdeGhLN_U7N0IA

dosfstools/dosfstools/alignment_hack.patch [moved from dosfstools/dosfstools-2.9-r0/alignment_hack.patch with 100% similarity]
dosfstools/dosfstools/dosfstools-2.10-kernel-2.6.patch [moved from dosfstools/dosfstools-2.9-r0/mkdosfs-errno.patch with 100% similarity]
dosfstools/dosfstools_2.10.oe [new file with mode: 0644]
dosfstools/dosfstools_2.9.oe [deleted file]

diff --git a/dosfstools/dosfstools_2.10.oe b/dosfstools/dosfstools_2.10.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe
deleted file mode 100644 (file)
index 5f713d4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-BROKEN = "1"
-DESCRIPTION = "DOS FAT Filesystem Utilities"
-SECTION = "base"
-PRIORITY = "optional"
-
-SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
-          file://alignment_hack.patch;patch=1 \
-          file://mkdosfs-errno.patch;patch=1"
-
-do_install () {
-       oe_runmake "PREFIX=${D}" "SBINDIR=${D}/${sbindir}" \
-                  "MANDIR=${D}/${mandir}/man8" install
-}