diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 16:15:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 16:15:56 +0000 |
commit | e597f2e7ce7e07169167331432ac50a05ab4f23d (patch) | |
tree | c0e9ec6169b7c1a48f4ebd5230c783f4e7675a7a /bison | |
parent | a8e0e1aedc07351065eea88789af05d2d6594c2b (diff) |
bison-native: install data files into staging area
BKrev: 40f950bcSAg_blpiQEtQAhn795572Q
Diffstat (limited to 'bison')
-rw-r--r-- | bison/bison-native_1.875.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bison/bison-native_1.875.oe b/bison/bison-native_1.875.oe index 7219c4ae77..9b73b7b750 100644 --- 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/ } |