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:
a8e0e1a
)
bison-native: install data files into staging area
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 17 Jul 2004 16:15:56 +0000
(16:15 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 17 Jul 2004 16:15:56 +0000
(16:15 +0000)
BKrev: 40f950bcSAg_blpiQEtQAhn795572Q
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
7219c4a
..
9b73b7b
100644
(file)
--- a/
bison/bison-native_1.875.oe
+++ b/
bison/bison-native_1.875.oe
@@
-8,4
+8,7
@@
inherit native autotools
do_stage() {
install -m 0755 src/bison ${STAGING_BINDIR}/
ln -sf ./bison ${STAGING_BINDIR}/yacc
+ install -d ${STAGING_BINDIR}/../share/bison/m4sugar
+ install -m 0755 data/c.m4 data/glr.c data/lalr1.cc data/yacc.c ${STAGING_BINDIR}/../share/bison/
+ install -m 0755 data/m4sugar/m4sugar.m4 ${STAGING_BINDIR}/../share/bison/m4sugar/
}