diff options
Diffstat (limited to 'dosfstools/dosfstools_2.10.oe')
-rw-r--r-- | dosfstools/dosfstools_2.10.oe | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dosfstools/dosfstools_2.10.oe b/dosfstools/dosfstools_2.10.oe deleted file mode 100644 index e685a5b9f8..0000000000 --- a/dosfstools/dosfstools_2.10.oe +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "DOS FAT Filesystem Utilities" -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" - -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 -} |