dosfstools: unset BROKEN flag
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 2 Aug 2004 15:50:36 +0000 (15:50 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 2 Aug 2004 15:50:36 +0000 (15:50 +0000)
BKrev: 410e62cc_k12WzYlUkrRxKAd99vJ8g

dosfstools/dosfstools_2.10.oe

index e69de29..7bbd4c6 100644 (file)
@@ -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
+}