summaryrefslogtreecommitdiff
path: root/package/bison
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
commit1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch)
treee991341c204ba376ec4d8658d4c15c8e03a8d9eb /package/bison
parent7666d6734558f2b8943c4df2543ee3f25d90c90e (diff)
ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR
Diffstat (limited to 'package/bison')
-rw-r--r--package/bison/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile
index c6a8c3471..182e10310 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= ea45c778b36bdc7a720096819e292a73
PKG_DESCR:= GNU parser generator
PKG_SECTION:= lang
-PKG_BUILDDEP:= flex-host
+PKG_BUILDDEP:= flex-host bison-host
PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}