summaryrefslogtreecommitdiff
path: root/packages/dosfstools/dosfstools_2.10.bb
blob: f558bbf6698bf6da73723879348fc3bfa0c408f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}