diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 15:49:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 15:49:09 +0000 |
commit | f4122dfd180f8c762f3a27ce4eb04ec79b12cb76 (patch) | |
tree | bf101340afe7317dcb2e0ece0faa67e8814646b2 /bison | |
parent | c929c3b4096d86351eed9cd5b19540095d73e01f (diff) |
fix typo in bison-native as pointed out by benjp
BKrev: 40f94a750hXgXa7ikDTjaqYdcHSvdA
Diffstat (limited to 'bison')
-rw-r--r-- | bison/bison-native_1.875.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bison/bison-native_1.875.oe b/bison/bison-native_1.875.oe index e69de29bb2..38852e3fc6 100644 --- 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 +} |