Skip to content

Commit 43c399a

Browse files
committed
update mbed crypto branch version
1 parent 6438b30 commit 43c399a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/mbedtls/importer/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
122122
#
123123
# Updating checked out version tag
124124
echo $(MBED_TLS_RELEASE) > $(TARGET_PREFIX)VERSION.txt
125+
#
126+
# Updating Mbed Crypto checked out version tag
127+
git -C $(MBED_TLS_DIR) describe --tags --abbrev=12 --dirty --always >> $(TARGET_PREFIX)VERSION.txt
128+
125129

126130
$(MBED_TLS_GIT_CFG):
127131
rm -rf $(MBED_TLS_DIR)

0 commit comments

Comments
 (0)