Pin the qtbase SHA1
authorKent Hansen <kent.hansen@nokia.com>
Sun, 10 Jun 2012 18:59:02 +0000 (20:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 11 Jun 2012 11:31:35 +0000 (13:31 +0200)
In preparation of staging
https://codereview.qt-project.org/#change,27471 in qtbase, which
isn't source/behaviorally compatible with qtdeclarative.

https://codereview.qt-project.org/#change,27477 adapts qtdeclarative
to the qtbase change, and will be staged (together with the change
that unpins the SHA1) once the qtbase change has gone in.

Change-Id: Ia47f1d86855a388a5ecf9520ed21dd52c43b1b95
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
sync.profile

index d4f22c7..b792806 100644 (file)
@@ -38,7 +38,7 @@
 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 #
 %dependencies = (
-        "qtbase" => "refs/heads/master",
+        "qtbase" => "c631927b764133ea3c90613262c5a1587b0937a8",
         "qtxmlpatterns" => "refs/heads/master",
         "qtjsbackend" => "refs/heads/master",
 );