aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bison
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-30 18:40:14 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-30 18:40:14 +0000
commit7b4f54c5afee29d0d822e65784be56440f4a319b (patch)
tree11d39e88fc0317b6615ffa2aa7109ec10491ef80 /packages/bison
parent03188c2e0a7b1fbf285b6c1070bb7bd469016c68 (diff)
downloadopenembedded-7b4f54c5afee29d0d822e65784be56440f4a319b.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/30 19:46:14+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/30 19:46:01+02:00 uni-frankfurt.de!mickeyl fix for people upgrading from earlier versions with sa populated STAGING_BINDIR BKrev: 429b5e0encyG7paZ5TG-beVg9dBMvw
Diffstat (limited to 'packages/bison')
-rw-r--r--packages/bison/bison-native_2.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/bison/bison-native_2.0.bb b/packages/bison/bison-native_2.0.bb
index 624ece4b50..57065cd502 100644
--- a/packages/bison/bison-native_2.0.bb
+++ b/packages/bison/bison-native_2.0.bb
@@ -2,11 +2,13 @@ include bison_${PV}.bb
SECTION = "devel"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}"
S = "${WORKDIR}/bison-${PV}"
-PR = "r1"
+PR = "r2"
inherit native autotools
do_stage() {
+ rm -f ${STAGING_BINDIR}/yacc
+ rm -f ${STAGING_BINDIR}/bison
install -m 0755 src/bison ${STAGING_BINDIR}/
cat >${STAGING_BINDIR}/yacc <<EOF
#!/bin/sh