DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert " 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 }