From: Michael Lauer Date: Sat, 17 Jul 2004 15:58:34 +0000 (+0000) Subject: bison-native: fixed and tested, this time. X-Git-Tag: Release-2010-05/1~18181 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065f9248d1ea4c1abcd4ab9745c2f72726c00520;p=openembedded.git bison-native: fixed and tested, this time. BKrev: 40f94caa1r5gm0mAuNE_JuDUnPeSzA --- diff --git a/bison/bison-native_1.875.oe b/bison/bison-native_1.875.oe index 38852e3fc6..7219c4ae77 100644 --- a/bison/bison-native_1.875.oe +++ b/bison/bison-native_1.875.oe @@ -6,6 +6,6 @@ S = "${WORKDIR}/bison-${PV}" inherit native autotools do_stage() { - install -m 0755 bison ${STAGING_BINDIR}/ + install -m 0755 src/bison ${STAGING_BINDIR}/ ln -sf ./bison ${STAGING_BINDIR}/yacc }