[oe-commits] org.oe.dev dosfstools 2.11: New version

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Sep 23 14:55:08 UTC 2006


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 39d1f65c6c8cf68a17022bdb86f69174b4586b1d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=39d1f65c6c8cf68a17022bdb86f69174b4586b1d
Files:
1
packages/dosfstools/dosfstools_2.11.bb
Diffs:

#
# mt diff -r6f348542e34f8265ef7567248e64177dbfdfe8aa -r39d1f65c6c8cf68a17022bdb86f69174b4586b1d
#
# 
# 
# add_file "packages/dosfstools/dosfstools_2.11.bb"
#  content [06be76475d667489fe3fb017cae2c07ca090215d]
# 
============================================================
--- packages/dosfstools/dosfstools_2.11.bb	06be76475d667489fe3fb017cae2c07ca090215d
+++ packages/dosfstools/dosfstools_2.11.bb	06be76475d667489fe3fb017cae2c07ca090215d
@@ -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 at 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
+}






More information about the Openembedded-commits mailing list