aboutsummaryrefslogtreecommitdiff
path: root/tools/bison/Makefile
Commit message (Collapse)AuthorAge
* tools: prefer gz or bz2 tarballsRobert Marko2024-04-06
| | | | | | | | | | | | | | In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko <robimarko@gmail.com> dwarves
* tools: assign PKG_CPE_IDAlexander Couzens2023-09-19
| | | | | | | | | The PKG_CPE_ID links to NIST CPE version 2.2. Assign PKG_CPE_ID to all remaining tools which have a CPE ID. Not every tool has CPE id. Related: https://github.com/openwrt/packages/issues/8534 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools: add Host/Uninstall where possibleRosen Penev2022-10-20
| | | | | | This cleans staging_dir when calling tool/x/clean. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/bison: update to 3.8.2Rosen Penev2021-10-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/bison: update to 3.8.1Rosen Penev2021-09-20
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/bison: update to 3.7.6Rosen Penev2021-09-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/bison: update to 3.7.4Hannu Nyman2020-11-21
| | | | | | | | | Update bison to 3.7.4 Release notes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS?id=7a11a9308cb Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/bison: update to 3.7.1Hannu Nyman2020-08-23
| | | | | | | Update GNU bison to version 3.7.1. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/bison: Update to 3.5.1Daniel Engberg2020-02-19
| | | | | | | | Update bison to 3.5.1 Use POSIX threads as the previous option is no longer valid Disable NLS support to be consistent with other tools such as e2fsprogs and sed Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/bison: update to 3.5Hannu Nyman2020-01-21
| | | | | | | | | | | | | | | Update bison to 3.5 Release notes: https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00002.html Note for future: release notes mention that YYPRINT macro is declared deprecated, but apparently still works for now. I found one possible use of that in scripts/config/zconf.tab.c_shipped That might be modernized at some point, but as the file is synced with the one from upstream Linux, it might get fixed there. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/bison: Update to 3.4.1Daniel Engberg2019-06-22
| | | | | | | Update bison to 3.4.1 Remove 010-intl-stub-compat.patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/bison: Update to 3.3.2Daniel Engberg2019-02-10
| | | | | | | | Update bison to 3.3.2 Enable pthreads support Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* bison: update to 3.2.4Egor Mikhaylov2019-01-07
| | | | Signed-off-by: Egor Mikhaylov <nagakamira@gmail.com>
* tools/bison: Update to 3.2.2Daniel Engberg2018-11-27
| | | | | | Update bison to 3.2.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* bison: update to 3.2.1Hans Dedecker2018-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Chnages since 3.2: b590ad02 version 3.2.1 05e70adf build: fix issues in the generated tarball 7efe0b5d build: fix typo 351e3630 NEWS: update 4fd1fc70 examples: ship them e02ce4c7 build: minor fixes in doc/ 7cab285e CI: maximize chances of errors sooner 86efe282 c++: improve the generated documentation cf1446dc tests: don't fail if the C++ compiler does not work e93c40b3 tests: don't disable C++ warnings in C files eff67391 c++: workaround portability issue 5a0d7802 tests: work around getopt portability issues f1e0839c doc: -Wzero-as-null-pointer-constant was added to GCC 4.7 3bf429ae examples: #include <cstring> in calc++ f8cadc73 c: provide a definition of _Noreturn that works for C++ bd7aebb8 c: update the definition of _Noreturn ca8039e6 tests: don't expect the shell to support 'local' 5d07f4f7 bitset: fix warning e605ad96 build: fix use of gnulib Make variables 50fac71d maint: post-release administrivia Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* tools/bison: update to version 3.2Hannu Nyman2018-11-05
| | | | | | Update bison to version 3.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/bison: Update to 3.1Daniel Engberg2018-10-07
| | | | | | Update bison to 3.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/bison: Update to 3.0.5Daniel Engberg2018-06-13
| | | | | | | | Update bison to 3.0.5 Bugfix release Remove 001-fix-macos-vasnprintf.patch as it is fixed upstream Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: clean up download hashesFelix Fietkau2016-12-16
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/bison: update to 3.0.4Felix Fietkau2015-11-03
| | | | | | | | | | Update bison to 3.0.4. Refresh patches. Drop the unnecessary PKG_CAT definition. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47370
* bison: replace the yacc script with one that does not hardcode the path ↵Felix Fietkau2015-09-26
| | | | | | | | (fixes #20605) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47050
* tools: remove static linking supportJo-Philipp Wich2015-02-06
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* bison: update to 3.0.2Luka Perkov2013-12-15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39056
* bison: update to 3.0Luka Perkov2013-09-24
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38169
* bison: upgrade to version 2.7Luka Perkov2013-02-28
| | | | SVN-Revision: 35827
* tools/bison: enable parallel buildsFelix Fietkau2012-09-15
| | | | SVN-Revision: 33439
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-12
| | | | SVN-Revision: 33140
* bison: link staticallyJo-Philipp Wich2012-08-10
| | | | SVN-Revision: 33090
* bison: update to 2.5Florian Fainelli2012-04-02
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31167
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-15
| | | | SVN-Revision: 29754
* tools/bison: update to version 2.4.3Alexandros C. Couloumbis2010-12-06
| | | | SVN-Revision: 24281
* fix download urlRalph Hempel2009-05-31
| | | | SVN-Revision: 16226
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-08
| | | | SVN-Revision: 15714
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-22
| | | | | | host-build steps SVN-Revision: 14610
* Device Tree Compiler require more recent bison ...Ralph Hempel2008-02-05
SVN-Revision: 10398