From: Frederik 'playya' Sdun Date: Thu, 24 Feb 2011 14:05:24 +0000 (+0100) Subject: xkeyboard-config: set SRC_URI for palmpre and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097d75e853a1bc17df7002878fcbd76dd92071a7;p=openembedded.git xkeyboard-config: set SRC_URI for palmpre and bump PR Signed-off-by: Frederik 'playya' Sdun Acked-by: Simon Busch --- 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"