1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-28 18:36:21 +02:00
openwrt/package/boot/arm-trusted-firmware-mvebu
Tianling Shen 48ed07bc0b treewide: replace AUTORELEASE with real PKG_RELEASE
Based on Paul Fertser <fercerpav@gmail.com>'s guidance:
Change AUTORELEASE in rules.mk to:
```
AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))
```

then update all affected packages by:
```
for i in $(git grep -l PKG_RELEASE:=.*AUTORELEASE | sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
	make package/$i/clean
done
```

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-18 11:35:29 +02:00
..
patches arm-trusted-firmware-mvebu: Use host flags for cryptest compilation 2022-12-31 19:55:42 +01:00
patches-a3700-utils arm-trusted-firmware-mvebu: fix commit ids to for mv-ddr-marvell 2021-11-27 19:36:36 +01:00
patches-mox-boot-builder arm-trusted-firmware-mvebu: bump mox-boot-builder to v2022.06.11 2022-07-31 18:53:23 +02:00
patches-mv-ddr-marvell arm-trusted-firmware-mvebu: pass commit ids to a3700-utils/mv-ddr-marvell 2021-01-30 14:46:32 +01:00
Makefile treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00