diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 15:18:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 16:26:21 +0000 |
commit | 737ec2498a558673151058e30b87b7c5dea8e0b1 (patch) | |
tree | 1eed8a4bcb4525491953cd5ade4ad53d47d6d7ff /meta/recipes-sato/matchbox-keyboard | |
parent | 109166f1c0a84bcbbcd9d6adff7c16ddee08b08b (diff) | |
download | openembedded-core-737ec2498a558673151058e30b87b7c5dea8e0b1.tar.gz openembedded-core-737ec2498a558673151058e30b87b7c5dea8e0b1.tar.bz2 openembedded-core-737ec2498a558673151058e30b87b7c5dea8e0b1.zip |
matchbox-keyboard: Use the branchname the revision is on
This avoids certain fetcher failures and network accesses.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard')
-rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |