From: Marcin Juszkiewicz Date: Mon, 2 Aug 2004 15:46:53 +0000 (+0000) Subject: dosfstools: upgraded to 2.10 and patched to compile with 2.6 kernel headers X-Git-Tag: Release-2010-05/1~17867 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f8df5a4952859e5b542f1f0830fcdd6d805cb7;p=openembedded.git dosfstools: upgraded to 2.10 and patched to compile with 2.6 kernel headers BKrev: 410e61edWOXsXfirBdeGhLN_U7N0IA --- diff --git a/dosfstools/dosfstools-2.9-r0/alignment_hack.patch b/dosfstools/dosfstools/alignment_hack.patch similarity index 100% rename from dosfstools/dosfstools-2.9-r0/alignment_hack.patch rename to dosfstools/dosfstools/alignment_hack.patch diff --git a/dosfstools/dosfstools-2.9-r0/mkdosfs-errno.patch b/dosfstools/dosfstools/dosfstools-2.10-kernel-2.6.patch similarity index 100% rename from dosfstools/dosfstools-2.9-r0/mkdosfs-errno.patch rename to dosfstools/dosfstools/dosfstools-2.10-kernel-2.6.patch diff --git a/dosfstools/dosfstools_2.10.oe b/dosfstools/dosfstools_2.10.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe deleted file mode 100644 index 5f713d4004..0000000000 --- a/dosfstools/dosfstools_2.9.oe +++ /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 -}