* matchbox-keyboard: Use the branchname the revision is on
@ 2013-12-05 15:18 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-12-05 15:18 UTC (permalink / raw)
To: openembedded-core
This avoids certain fetcher failures and network accesses.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-05 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 15:18 matchbox-keyboard: Use the branchname the revision is on Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.