fix typo in bison-native as pointed out by benjp
authorMichael Lauer <mickey@vanille-media.de>
Sat, 17 Jul 2004 15:49:09 +0000 (15:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 17 Jul 2004 15:49:09 +0000 (15:49 +0000)
BKrev: 40f94a750hXgXa7ikDTjaqYdcHSvdA

bison/bison-native_1.875.oe

index e69de29..38852e3 100644 (file)
@@ -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
+}