From a32ee294602855ed1d1d35c4412aa85ab45c431e 2016-01-25 14:12:00 From: Simon Hausmann Date: 2016-01-25 14:12:00 Subject: [PATCH] Fix sync.profile dependency versioning Do not hard-code the version of the dependencies here, the CI system determines the version based on the target branch of the module. Change-Id: I5fdafa44f3a12d6d43520f30f9eaa27f8856af1b Reviewed-by: Oswald Buddenhagen --- diff --git a/sync.profile b/sync.profile index 3227579..c9b8233 100644 --- a/sync.profile +++ b/sync.profile @@ -13,6 +13,6 @@ # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) # %dependencies = ( - "qtbase" => "refs/heads/5.6", - "qtdeclarative" => "refs/heads/5.6", + "qtbase" => "", + "qtdeclarative" => "", );