aboutsummaryrefslogtreecommitdiff
path: root/utils/sumo/Makefile
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>
* sumo: update to 1.12Rosen Penev2022-03-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: update to 1.9.2Rosen Penev2021-06-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: update to 1.8.0Rosen Penev2020-12-22
| | | | | | Replace patch with simple CMAKE_OPTION. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: fix compilation with ccacheRosen Penev2020-12-05
| | | | | | | sumo's builtin support for ccache doesn't work well with the one in base. Remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: update to 1.7.0Rosen Penev2020-12-01
| | | | | | | | Remove CMAKE_INSTALL as there is no need for InstallDev. Remove unneeded patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: Update to 1.3.1Rosen Penev2019-10-07
| | | | | | | | | | Converted to CMake for simplicity. Added upstream patch to use sleep_for instead of deprecated usleep. Added patch to fix compilation with musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sumo: Update to 1.1.0Rosen Penev2019-04-23
| | | | | | Cleaned up Makefile slightly. Updated URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* sumo: update to v0.27.1Álvaro Fernández Rojas2016-09-05
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* sumo: update to v0.26.0Álvaro Fernández Rojas2016-05-08
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* sumo: update to v0.25.0Álvaro Fernández Rojas2015-12-16
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* sumo: update to v0.24.0Álvaro Fernández Rojas2015-09-12
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* sumo: update to 0.23Álvaro Fernández Rojas2015-04-12
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* sumo: add new packageÁlvaro Fernández Rojas2015-01-25
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>