From f42c4491f9d3b589c4c35cb3357a16e51940ab34 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 4 Sep 2015 13:51:41 +0200 Subject: qt5: move QT_MODULE to qt5-git.inc QT_MODULE is only used in conjunction with qt5-git.inc. It feels more consistent to have the variable in the context of the file where it is used instead of having it in a separate file. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-git.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt/qt5/qt5-git.inc') diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index b73ce4fe..34b8ca43 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc @@ -1,6 +1,7 @@ # Copyright (C) 2012 O.S. Systems Software LTDA. # Copyright (C) 2013-2014 Martin Jansa +QT_MODULE ?= "${BPN}" QT_MODULE_BRANCH ?= "5.5" # each module needs to define valid SRCREV -- cgit v1.2.3-54-g00ecf