From f4122dfd180f8c762f3a27ce4eb04ec79b12cb76 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 17 Jul 2004 15:49:09 +0000 Subject: fix typo in bison-native as pointed out by benjp BKrev: 40f94a750hXgXa7ikDTjaqYdcHSvdA --- bison/bison-native_1.875.oe | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +} -- cgit v1.2.3