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

Peter Korsgaard peter at korsgaard.com
Thu Sep 27 21:13:32 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=84d44bf68326268fe6aec147581e10fbd615f62d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.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 0940fa5269..14ddcdfedc 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