diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-31 09:33:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-31 09:33:18 +0200 |
commit | 683e1dfb5c92540f102bb519579c172889030eab (patch) | |
tree | be082269143c6a3811adb4f4ea2f784252bdae21 /package/bison | |
parent | 9cea46c6a78c5639492f9bf8e0abfda2dec15e41 (diff) |
update bison, use static build for bzip2
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index 02c3ca31f..43044f2fb 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -4,18 +4,16 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bison -PKG_VERSION:= 3.0.1 +PKG_VERSION:= 3.0.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2 -PKG_DESCR:= GNU parser generator +PKG_DESCR:= 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}/} -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz - include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk |