]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-keyboard: Use the branchname the revision is on
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2013 15:18:42 +0000 (15:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2013 16:26:21 +0000 (16:26 +0000)
This avoids certain fetcher failures and network accesses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb

index bcf6f6c4ad3679fe09464386d1dd1eb1ad2ba684..225e66ee1ce3fa261e6242e96470962286e3f1b3 100644 (file)
@@ -14,7 +14,7 @@ SRCREV = "217f1bfe14c41cf7e291d04a63aa2d79cc13d063"
 PV = "0.0+git${SRCPV}"
 PR = "r4"
 
-SRC_URI = "git://git.yoctoproject.org/${BPN} \
+SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \
            file://single-instance.patch \
            file://80matchboxkeyboard.shbg"