diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2014-03-19 20:40:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 20:40:46 +0100 |
commit | efe4bb828100c6f13f0f51dd756aa7ed321ed184 (patch) | |
tree | 6720d18728cd7a04c9e26232e0bb4533d4722f37 /package/bison/Makefile | |
parent | ccfc341cc82c5b6e43a56301797cbce18abe84db (diff) |
implement recursive dependency resolution for host packages
(but host and target packages have strictly disjunct dependency groups)
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r-- | package/bison/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index ee268b641..02c3ca31f 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -10,6 +10,7 @@ PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang PKG_BUILDDEP:= m4-host flex-host bison-host +HOST_BUILDDEP:= m4-host flex-host PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} |