From: Kent Hansen Date: Sun, 10 Jun 2012 18:59:02 +0000 (+0200) Subject: Pin the qtbase SHA1 X-Git-Tag: 071012131707~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb41baa0e8bfab231a2fc1f42ad2d6ffab93ccfc;p=profile%2Fivi%2Fqtdeclarative.git Pin the qtbase SHA1 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 --- diff --git a/sync.profile b/sync.profile index d4f22c7..b792806 100644 --- a/sync.profile +++ b/sync.profile @@ -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", );