[oe] [PATCH][meta-qt5 6/7] qtwebengine: include chromium SRCREV in SRCPV

Martin Jansa martin.jansa at gmail.com
Fri Nov 6 13:38:11 UTC 2015


* some projects can update chromium and qtwebengine SRCREVs independenty
  (we do that in LuneOS) and without this qtwebengine won't rebuild
  automatically when just SRCREV_chromium is changed (other alternative
  is to add do_fetch[vardeps] += "SRCREV_chromium", but having both
  SRCREVs in SRCPV is useful in these cases so just include both.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-qt/qt5/qtwebengine_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index e4427c3..a9416d6 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -93,6 +93,6 @@ SRCREV_qtwebengine = "40ef43e0d69c4a86c9430b7f264d2cde6340ee0f"
 SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f"
 SRCREV = "${SRCREV_qtwebengine}"
 
-SRCREV_FORMAT = "qtwebengine"
+SRCREV_FORMAT = "qtwebengine_chromium"
 
 S = "${WORKDIR}/git"
-- 
2.6.2




More information about the Openembedded-devel mailing list