Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: drop PKG_VERSION for purely local packages | Adrian Schmutzler | 2020-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies to tools directory what has been done for package/ in commit 9c170cb92f4f ("package: drop PKG_VERSION for purely local packages"): In the package guidelines, PKG_VERSION is supposed to be used as "The upstream version number that we're downloading", while PKG_RELEASE is referred to as "The version of this package Makefile". Thus, the variables in a strict interpretation provide a clear distinction between "their" (upstream) version in PKG_VERSION and "our" (local OpenWrt trunk) version in PKG_RELEASE. For local (OpenWrt-only) packages, this implies that those will only need PKG_RELEASE defined, while PKG_VERSION does not apply following a strict interpretation. While the majority of "our" packages actually follow that scheme, there are also some that mix both variables or have one of them defined but keep them at "1". This is misleading and confusing, which can be observed by the fact that there typically either one of the variables is never bumped or the choice of the variable to increase depends on the person doing the change. Consequently, this patch aims at clarifying the situation by consistently using only PKG_RELEASE for "our" packages. For tools/, only three packages were affected. This fixes two of them, and leaves the remaining wrt350nv2-builder untouched, as the code there seems to have some versioning of its own that is treated as upstream version in PKG_VERSION. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | tools: add dummy scripts for help2man and makeinfo | Jo-Philipp Wich | 2015-01-13 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43957 | ||||
* | missing-macros: add GTKDOC_REBASE macro needed by some newer packages ↵ | Jo-Philipp Wich | 2011-04-12 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26620 | ||||
* | missing-macros: add as-unaligned-access.m4 | Jo-Philipp Wich | 2011-01-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 24878 | ||||
* | missing-macros: add as-compiler-flag.m4 and as-version.m4 | Jo-Philipp Wich | 2011-01-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 24877 | ||||
* | missing-macros: add as-ac-expand.m4 | Jo-Philipp Wich | 2010-12-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 24846 | ||||
* | missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | | | provide fake-intltool.m4 SVN-Revision: 24787 | ||||
* | missing-macros: add xmms.m4, from libflac | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24784 | ||||
* | missing-macros: add missing serial numbers, split acc.m4 into mfx_acc.m4, ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | | | mfx_cppflags.m4 and mfx_limits.m4 SVN-Revision: 24763 | ||||
* | missing-macros: add more m4 macros from gettext, ossp-js, libmikmod, libdnet | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24757 | ||||
* | missing-macros: add acc.m4, used by ucl and lzo | Jo-Philipp Wich | 2010-12-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24756 | ||||
* | introduce missing-macros meta package, this will supply needed m4 macros ↵ | Jo-Philipp Wich | 2010-12-21 | 1 | -0/+26 |
which are used but not shipped by various packages in feeds SVN-Revision: 24753 |