[Buildroot] [git commit branch/2018.02.x] qt5webengine: rename chromium.inc to chromium-latest.inc

Peter Korsgaard peter at korsgaard.com
Thu Sep 27 21:16:52 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=5ca1c55a837a9673e5d167941d8752c87d63c320
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

For consistency with chromium-lts.inc, rename chromium.inc to
chromium-latest.inc.

Signed-off-by: Laurent Hartanerot <laurent.hartanerot at atos.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit b36fd21f2c55f73b36e262816a8f5c5cfe81236c)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5webengine/{chromium.inc => chromium-latest.inc} | 0
 package/qt5/qt5webengine/qt5webengine.mk                       | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5webengine/chromium.inc b/package/qt5/qt5webengine/chromium-latest.inc
similarity index 100%
rename from package/qt5/qt5webengine/chromium.inc
rename to package/qt5/qt5webengine/chromium-latest.inc
diff --git a/package/qt5/qt5webengine/qt5webengine.mk b/package/qt5/qt5webengine/qt5webengine.mk
index 55c83f4c94..0efc34cc18 100644
--- a/package/qt5/qt5webengine/qt5webengine.mk
+++ b/package/qt5/qt5webengine/qt5webengine.mk
@@ -13,7 +13,7 @@ QT5WEBENGINE_DEPENDENCIES = ffmpeg libglib2 libvpx opus webp qt5base \
 QT5WEBENGINE_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
-include package/qt5/qt5webengine/chromium.inc
+include package/qt5/qt5webengine/chromium-latest.inc
 else
 include package/qt5/qt5webengine/chromium-lts.inc
 endif


More information about the buildroot mailing list