nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / dosfstools / dosfstools_2.11.bb
bloba5f6e034dd35e8ad3e6c038af50511d569bfd1b0
1 # dosfstools OE build file
2 # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
5 DESCRIPTION = "DOS FAT Filesystem Utilities"
7 SECTION = "base"
8 PRIORITY = "optional"
9 LICENSE = "GPL"
11 PR = "r0"
13 SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
14 file://alignment_hack.patch;patch=1 \
15 file://msdos_fat12_undefined.patch;patch=1 \
16 file://include-linux-types.patch;patch=1"
18 do_install () {
19 oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
20 "MANDIR=${D}${mandir}/man8" install