summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dosfstools/dosfstools_2.10.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/dosfstools/dosfstools_2.10.oe b/dosfstools/dosfstools_2.10.oe
index e69de29bb2..7bbd4c6e79 100644
--- a/dosfstools/dosfstools_2.10.oe
+++ b/dosfstools/dosfstools_2.10.oe
@@ -0,0 +1,12 @@
+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://dosfstools-2.10-kernel-2.6.patch;patch=1"
+
+do_install () {
+ oe_runmake "PREFIX=${D}" "SBINDIR=${D}/${sbindir}" \
+ "MANDIR=${D}/${mandir}/man8" install
+}