From 26618b8ddc984ff7c89f0cabffdf43f23f5efa87 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 25 Aug 2010 12:57:13 -0700 Subject: dosfstools: Drop 2.10, make 2.11 use BBCLASSEXTEND for native 2.10 and 2.11 are both GPLv2 (or later), 3.0.x is GPLv3. While in here take most of the advice oe-stylize.py offers Signed-off-by: Tom Rini --- recipes/dosfstools/dosfstools_2.10.bb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes/dosfstools/dosfstools_2.10.bb (limited to 'recipes/dosfstools/dosfstools_2.10.bb') diff --git a/recipes/dosfstools/dosfstools_2.10.bb b/recipes/dosfstools/dosfstools_2.10.bb deleted file mode 100644 index bc5a87ead3..0000000000 --- a/recipes/dosfstools/dosfstools_2.10.bb +++ /dev/null @@ -1,25 +0,0 @@ -# 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" -PRIORITY = "optional" -LICENSE = "GPLv2" - -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 -} - -SRC_URI[md5sum] = "59a02f311a891af8787c4c9e28c6b89b" -SRC_URI[sha256sum] = "55a7b2f5ea4506bde935ee3145573e1773427fc72283a36796c7c2cf861dd064" -- cgit 1.2.3-korg