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:
c929c3b
)
fix typo in bison-native as pointed out by benjp
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 17 Jul 2004 15:49:09 +0000
(15:49 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 17 Jul 2004 15:49:09 +0000
(15:49 +0000)
BKrev: 40f94a750hXgXa7ikDTjaqYdcHSvdA
bison/bison-native_1.875.oe
patch
|
blob
|
history
diff --git
a/bison/bison-native_1.875.oe
b/bison/bison-native_1.875.oe
index
e69de29
..
38852e3
100644
(file)
--- a/
bison/bison-native_1.875.oe
+++ b/
bison/bison-native_1.875.oe
@@
-0,0
+1,11
@@
+include bison_${PV}.oe
+
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/bison-${PV}"
+S = "${WORKDIR}/bison-${PV}"
+
+inherit native autotools
+
+do_stage() {
+ install -m 0755 bison ${STAGING_BINDIR}/
+ ln -sf ./bison ${STAGING_BINDIR}/yacc
+}