summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-12-04 08:27:33 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-12-04 08:27:33 +0100
commitee48f0da6d8161ee53e98e4b32a94c6fcda94f55 (patch)
tree56cf72180857d42323a029cc1b33004198d80772
parentca099c869fd75c4451ed1b248d5296ba49c6dfd9 (diff)
functions.sh: add PREFERRED_VERSION for gcc-source
OE-core doesn't have an entry for it yet, so add it here. Change-Id: I8c1895ea0f245669524590d7c7fe90cc39688090 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 0f5c1a0..8c11677 100755
--- a/functions.sh
+++ b/functions.sh
@@ -142,6 +142,8 @@ SDKGCCVERSION ?= "linaro-${gcc}"
BINUVERSION ?= "linaro-2.24"
GLIBCVERSION = "linaro-2.20"
+PREFERRED_VERSION_gcc-source ?= "${GCCVERSION}"
+
# some options needed for Linaro images
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"