aboutsummaryrefslogtreecommitdiff
path: root/utils/at
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* at: bump to version 3.2.2Phil Eichinger2021-10-14
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* at: bump to version 3.2.1Phil Eichinger2020-10-28
| | | | | | | Change upstream to official repository at https://salsa.debian.org/debian/at Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* at: fix compilationRosen Penev2020-08-18
| | | | | | libselinux is being picked up by at. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* at: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in "at" accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* at: bump to version 3.1.23Phil Eichinger2018-09-08
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* at: bump versionPhil Eichinger2017-10-17
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* at: update init script to use procdPhil Eichinger2015-11-18
| | | | | | also increase PKG_RELEASE Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* at: bring back packagePhil Eichinger2015-11-17
* import from oldpackages * version bump, update hash * add PKG_LICENSE and PKG_LICENSE_FILES * update patches Signed-off-by: Phil Eichinger <phil@zankapfel.net>