aboutsummaryrefslogtreecommitdiffstats
path: root/dosfstools
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-16 21:58:08 +0000
committerChris Larson <clarson@kergoth.com>2003-10-16 21:58:08 +0000
commit89f514b9d243fe551466eae22a72e482a2c99541 (patch)
tree07da648bc9f30008b4250aeec8681b8cb2b2c9e4 /dosfstools
parentb036b282765fab85d83c1cf9c3bafa61908480f7 (diff)
downloadopenembedded-89f514b9d243fe551466eae22a72e482a2c99541.tar.gz
apmd_3.2.0.oe:
apmd: fix the build after the cross libtool changes. dosfstools_2.9.oe: dosfstools: new upstream source url, and inherit autotools. BKrev: 3f8f1470cvtPAsIB_JZczDcbul6VTg
Diffstat (limited to 'dosfstools')
-rw-r--r--dosfstools/dosfstools_2.9.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe
index e69de29bb2..9dbec99d63 100644
--- a/dosfstools/dosfstools_2.9.oe
+++ b/dosfstools/dosfstools_2.9.oe
@@ -0,0 +1,19 @@
+DESCRIPTION="DOS FAT Filesystem Utilities"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+DEPENDS=virtual/libc
+RDEPENDS="libc6"
+
+SRC_URI = ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
+ file://${FILESDIR}/alignment_hack.patch;patch=1
+
+inherit autotools
+
+EXTRA_OECONF = "--with-curses-terminfo"
+#EXTRA_OECONF = "--with-curses-terminfo --enable-libs='-lncurses'"
+
+do_install () {
+ set -e
+ oe_runmake 'PREFIX=${D}' install
+}