diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-23 10:19:11 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-23 10:19:11 +0000 |
commit | 9d3ba52bd742a24364085b377f168ff5b9898778 (patch) | |
tree | bbf93907b9ef01e06f32670f261cda151a14b810 /packages/dosfstools | |
parent | b9443cee1a139b65e420800c67dc58afd10dc5f5 (diff) |
dosfstools 2.11: New version
* dosfstools-2.10-kernel-2.6.patch is in mainline
* Still has various issues (one annoying being its non-i18n-friendliness,
tending to demage filenames in local charsets), but at least it's from 2005,
not 2003.
* dosfstools-native still at 2.10, as some patches don't apply cleanly.
Diffstat (limited to 'packages/dosfstools')
-rw-r--r-- | packages/dosfstools/dosfstools_2.11.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/dosfstools/dosfstools_2.11.bb b/packages/dosfstools/dosfstools_2.11.bb new file mode 100644 index 0000000000..c7398708e4 --- /dev/null +++ b/packages/dosfstools/dosfstools_2.11.bb @@ -0,0 +1,22 @@ +# 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" +MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>" + +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" + +PR = "r0" + +SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ + file://alignment_hack.patch;patch=1 \ + file://msdos_fat12_undefined.patch;patch=1 \ + file://include-linux-types.patch;patch=1" + +do_install () { + oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ + "MANDIR=${D}${mandir}/man8" install +} |