aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik 'playya' Sdun <frederik.sdun@googlemail.com>2011-02-24 15:05:24 +0100
committerSimon Busch <morphis@gravedo.de>2011-03-06 18:15:33 +0100
commit097d75e853a1bc17df7002878fcbd76dd92071a7 (patch)
tree965c3466cd22dd488291ca8658901115ac6e3fa4
parent08067691d9771f17869643b5c5e76d1ab708b3ab (diff)
downloadopenembedded-097d75e853a1bc17df7002878fcbd76dd92071a7.tar.gz
xkeyboard-config: set SRC_URI for palmpre and bump PR
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Acked-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/xkeyboard-config/xkeyboard-config_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/xkeyboard-config/xkeyboard-config_git.bb b/recipes/xkeyboard-config/xkeyboard-config_git.bb
index ac8d03feaf..c627b5142d 100644
--- a/recipes/xkeyboard-config/xkeyboard-config_git.bb
+++ b/recipes/xkeyboard-config/xkeyboard-config_git.bb
@@ -1,9 +1,13 @@
require xkeyboard-config.inc
SRCREV = "547ae8589afb208d7b44ffe1e0ff7aba466c2ee3"
+SRCREV_palmpre = "a961c7b00f077e8923e32192243db46b10a702b7"
PV = "2.0+gitr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "git://anongit.freedesktop.org/xkeyboard-config;protocol=git;branch=master"
+SRC_URI_palmpre = "git://git.shr-project.org/repo/xkeyboard-config.git;protocol=http;branch=palmpre"
+
+PACKAGE_ARCH_palmpre = "${MACHINE_ARCH}"
S = "${WORKDIR}/git"