diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 16:24:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 16:26:21 +0000 |
commit | 1a61a104c29b001f0c1f52534c4a9a9d12d69bbb (patch) | |
tree | d9866255e0d9c8d8f7a8f401503709f81ff49c6f /meta/recipes-graphics/mx | |
parent | 7fcfd0c001431683a82615c2a2fc241ca02a6af9 (diff) | |
download | openembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.tar.gz openembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.tar.bz2 openembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.zip |
mx/lttng-*: Fix git branch references
Ensure the right branches are set in SRC_URI to match the revisions
used. This resolves certain fetch failures.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx')
-rw-r--r-- | meta/recipes-graphics/mx/mx-1.0_1.4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb index 5657469bd6..ce35b61eb1 100644 --- a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb +++ b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb @@ -4,7 +4,7 @@ require mx.inc SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" PV = "1.4.7+git${SRCPV}" -SRC_URI = "git://github.com/clutter-project/mx.git \ +SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \ file://fix-build-dir.patch \ file://fix-test-includes.patch \ " |