From: Richard Purdie Date: Thu, 5 Dec 2013 15:18:42 +0000 (+0000) Subject: matchbox-keyboard: Use the branchname the revision is on X-Git-Tag: 2015-4~4365 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=737ec2498a558673151058e30b87b7c5dea8e0b1;p=openembedded-core.git matchbox-keyboard: Use the branchname the revision is on This avoids certain fetcher failures and network accesses. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index bcf6f6c4ad..225e66ee1c 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"