[oe-commits] Richard Purdie : matchbox-keyboard: Use the branchname the revision is on

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 16:25:43 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 737ec2498a558673151058e30b87b7c5dea8e0b1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=737ec2498a558673151058e30b87b7c5dea8e0b1

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Dec  5 15:18:42 2013 +0000

matchbox-keyboard: Use the branchname the revision is on

This avoids certain fetcher failures and network accesses.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index bcf6f6c..225e66e 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -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"
 



More information about the Openembedded-commits mailing list