blob: 7bbd4c6e7926cb37b6614f0fd3975762c942b376 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
|