From 1098f64d7bdd650d46ee404834fa5087496b86a9 Mon Sep 17 00:00:00 2001 From: Laurent Hartanerot Date: Thu, 30 Aug 2018 12:07:03 +0200 Subject: qt5webengine: use QT5WEBENGINE prefix for CHROMIUM_LICENSE_FILES variable The qt5webengine package currently uses the CHROMIUM_LICENSE_FILES variable to hold the list of license files for the chromium source code embedded inside the qt5webengine code. However, using this variable would clash with a hypothetical "chromium" package, and anyway violates our rule that all variables of a package should be prefixed by the package name. This commit fixes that by adding the QT5WEBENGINE to this variable. Signed-off-by: Laurent Hartanerot Signed-off-by: Thomas Petazzoni --- package/qt5/qt5webengine/chromium-lts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/qt5/qt5webengine/chromium-lts.inc') diff --git a/package/qt5/qt5webengine/chromium-lts.inc b/package/qt5/qt5webengine/chromium-lts.inc index bff7931656..d45e9692de 100644 --- a/package/qt5/qt5webengine/chromium-lts.inc +++ b/package/qt5/qt5webengine/chromium-lts.inc @@ -1,4 +1,4 @@ -CHROMIUM_LICENSE_FILES = \ +QT5WEBENGINE_CHROMIUM_LICENSE_FILES = \ src/3rdparty/chromium/url/third_party/mozilla/LICENSE.txt \ src/3rdparty/chromium/sdch/open-vcdiff/COPYING \ src/3rdparty/chromium/tools/gyp/LICENSE \ -- cgit v1.2.3