diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /dosfstools | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'dosfstools')
-rw-r--r-- | dosfstools/dosfstools_2.9.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe index 1801e6a9dd..72f7e87972 100644 --- a/dosfstools/dosfstools_2.9.oe +++ b/dosfstools/dosfstools_2.9.oe @@ -2,14 +2,14 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc " +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 \ - file://${FILESDIR}/mkdosfs-errno.patch;patch=1 +SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ + file://${FILESDIR}/alignment_hack.patch;patch=1 \ + file://${FILESDIR}/mkdosfs-errno.patch;patch=1" do_install () { - oe_runmake 'PREFIX=${D}' 'SBINDIR=${D}/${sbindir}' \ - 'MANDIR=${D}/${mandir}/man8' install + oe_runmake "PREFIX=${D}" "SBINDIR=${D}/${sbindir}" \ + "MANDIR=${D}/${mandir}/man8" install } |