diff options
-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 +} |