From 87235825459d376bf4537c9523eb2496e15893aa Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 13 Mar 2015 12:59:48 -0700 Subject: qt5: add QT_GIT to define git repo for Qt core components Replace duplicated git URIs with a single definition in layer.conf. Signed-off-by: Andre McCurdy Signed-off-by: Martin Jansa --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index aacfd784..92558b33 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -26,3 +26,5 @@ BBFILE_PRIORITY_qt5-layer = "7" LICENSE_PATH += "${LAYERDIR}/licenses" IMAGE_FEATURES[validitems] += "qtcreator-debug" + +QT_GIT ?= "git://code.qt.io" -- cgit v1.2.3