mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
707 B
BlitzBasic
22 lines
707 B
BlitzBasic
# dosfstools OE build file
|
|
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
|
|
# Released under the MIT license (see packages/COPYING)
|
|
|
|
DESCRIPTION = "DOS FAT Filesystem Utilities"
|
|
|
|
SECTION = "base"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
|
|
file://alignment_hack.patch \
|
|
file://dosfstools-2.10-kernel-2.6.patch \
|
|
file://msdos_fat12_undefined.patch \
|
|
file://include-linux-types.patch"
|
|
|
|
do_install () {
|
|
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
|
|
"MANDIR=${D}${mandir}/man8" install
|
|
}
|