aboutsummaryrefslogtreecommitdiff
path: root/utils/stm32flash/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>
* stm32flash: update to version 0.7Russell Senior2022-04-25
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* stm32flash: update to 0.6Rosen Penev2021-04-14
| | | | | | | | | | | | 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>
* stm32flash: add support for STM32G431xxRussell Senior2020-09-23
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* 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>
* stm32flash: Update to 0.5Rosen Penev2018-06-10
| | | | | Fix URL to use SF macro. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stm32flash: fix source URLAlexander Ryzhov2018-03-16
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* 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>
* stm32flash: move to "Microcontroller programming" submenuAlberto Bursi2016-11-02
| | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* stm32flash: upgrade to new version 0.4Christian Pointner2014-12-30
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* stm32flash: added License InformationChristian Pointner2014-09-26
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* updated stm32flash to latest release 0.3Christian Pointner2014-07-17
| | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* upgraded to stm32flash to newest revisionChristian Pointner2014-06-14
| | | | | set myself as Maintainer dropped outdated patches
* import stm32flashChristian Pointner2014-06-14