[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-46-ga4a780cd2
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-04-30 14:38:52
|
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 a4a780cd2cd2a263d1e47175496aab423af2dbe8 (commit)
from 2b8133a7816d014879690662b8a847de39d59c52 (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 a4a780cd2cd2a263d1e47175496aab423af2dbe8
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Apr 30 16:38:31 2019 +0200
[BSP] Makefile: use ?= to set BUILDROOT_MAJOR_VERSION
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ac6e75325..8e74136cf 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-BUILDROOT_MAJOR_VERSION=2017.02
+BUILDROOT_MAJOR_VERSION ?= 2017.02
BUILDROOT_VERSION ?= $(BUILDROOT_MAJOR_VERSION).11
include ./Makefile.in
BUILDROOT_SITE:=https://buildroot.org/downloads
hooks/post-receive
--
armadeus
|