[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-45-g2b8133a78
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-04-30 14:22:55
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 2b8133a7816d014879690662b8a847de39d59c52 (commit)
from 6b18a7503bf2c8f7e5bf97569de18d1c4adc8193 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b8133a7816d014879690662b8a847de39d59c52
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Apr 30 16:20:54 2019 +0200
[BSP] Makefile: use ?= to set BUILDROOT_VERSION
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e1a58b849..ac6e75325 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION=2017.02
-BUILDROOT_VERSION=$(BUILDROOT_MAJOR_VERSION).11
+BUILDROOT_VERSION ?= $(BUILDROOT_MAJOR_VERSION).11
include ./Makefile.in
BUILDROOT_SITE:=https://buildroot.org/downloads
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_MAJOR_VERSION)
hooks/post-receive
--
armadeus
|