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:27:12 +0000 |
commit | 67212c2a069b46049f2f503a839f8f791aae3342 (patch) | |
tree | 4474259187b9a1b8f5e5ff6a60b452145b82dd47 /meta/recipes-sato/matchbox-keyboard | |
parent | 7310d230fd24e2cf41bcf8284ccd1798933e2bac (diff) | |
download | poky-67212c2a069b46049f2f503a839f8f791aae3342.tar.gz |
matchbox-keyboard: Use the branchname the revision is on
This avoids certain fetcher failures and network accesses.
(From OE-Core rev: 737ec2498a558673151058e30b87b7c5dea8e0b1)
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" | |||
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | PR = "r4" | 15 | PR = "r4" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 17 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ |
18 | file://single-instance.patch \ | 18 | file://single-instance.patch \ |
19 | file://80matchboxkeyboard.shbg" | 19 | file://80matchboxkeyboard.shbg" |
20 | 20 | ||