git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f8df5
)
dosfstools: unset BROKEN flag
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 2 Aug 2004 15:50:36 +0000
(15:50 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 2 Aug 2004 15:50:36 +0000
(15:50 +0000)
BKrev: 410e62cc_k12WzYlUkrRxKAd99vJ8g
dosfstools/dosfstools_2.10.oe
patch
|
blob
|
history
diff --git
a/dosfstools/dosfstools_2.10.oe
b/dosfstools/dosfstools_2.10.oe
index
e69de29
..
7bbd4c6
100644
(file)
--- a/
dosfstools/dosfstools_2.10.oe
+++ b/
dosfstools/dosfstools_2.10.oe
@@
-0,0
+1,12
@@
+DESCRIPTION = "DOS FAT Filesystem Utilities"
+SECTION = "base"
+PRIORITY = "optional"
+
+SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
+ file://alignment_hack.patch;patch=1 \
+ file://dosfstools-2.10-kernel-2.6.patch;patch=1"
+
+do_install () {
+ oe_runmake "PREFIX=${D}" "SBINDIR=${D}/${sbindir}" \
+ "MANDIR=${D}/${mandir}/man8" install
+}