bison-native: install data files into staging area
authorMichael Lauer <mickey@vanille-media.de>
Sat, 17 Jul 2004 16:15:56 +0000 (16:15 +0000)
committerMichael 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

index 7219c4a..9b73b7b 100644 (file)
@@ -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/
 }