The name of the make variable was changed

Unfortunately there is no naming standard whatsoever,
for these magic make variables for the git commit...
pull/8404/head
Anders F Björklund 2020-06-07 19:40:18 +02:00
parent f19ca1597c
commit 6e619bd5c7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ endef
define CRIO_BIN_BUILD_CMDS
mkdir -p $(@D)/bin
$(CRIO_BIN_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) GIT_COMMIT=$(CRIO_BIN_COMMIT) PREFIX=/usr binaries
$(CRIO_BIN_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) COMMIT_NO=$(CRIO_BIN_COMMIT) PREFIX=/usr binaries
endef
define CRIO_BIN_INSTALL_TARGET_CMDS