Commit Graph

15 Commits

Author SHA1 Message Date
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Russell Senior 6301930e35 stm32flash: update to version 0.7
Signed-off-by: Russell Senior <russell@personaltelco.net>
2022-04-25 12:13:30 -07:00
Rosen Penev 346784ef8e stm32flash: update to 0.6
Switch to AUTORELEASE for simplicity.

Use autotools build.

Remove upstream patch.

Minor cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-14 19:06:10 -07:00
Russell Senior 43828f5f91 stm32flash: add support for STM32G431xx
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-09-23 01:48:02 -07:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Rosen Penev 43ba458e7b
stm32flash: Update to 0.5
Fix URL to use SF macro.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:37:58 -07:00
Alexander Ryzhov ff09d00c0e stm32flash: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2018-03-16 10:08:18 +03:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Alberto Bursi 6013b58f41 stm32flash: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 21:30:30 +01:00
Christian Pointner c55ece05ed stm32flash: upgrade to new version 0.4
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-12-30 02:34:40 +01:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Christian Pointner 7e542c0c33 stm32flash: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-09-26 01:51:59 +02:00
Christian Pointner 349f3f6838 updated stm32flash to latest release 0.3
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-07-17 23:05:47 +02:00
Christian Pointner 55f4b33795 upgraded to stm32flash to newest revision
set myself as Maintainer
dropped outdated patches
2014-06-14 08:44:26 +02:00
Christian Pointner 7653bbfb21 import stm32flash 2014-06-14 07:54:52 +02:00