From: Klaus Kurzmann Date: Sun, 13 Dec 2009 22:01:45 +0000 (+0100) Subject: phoneuid: add RREPLACES for shr-today X-Git-Tag: Release-2010-05/1~1294^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ab14a2f98087a549f02c21b6770b8080d6502b;p=openembedded.git phoneuid: add RREPLACES for shr-today Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb index 64c1176379..6bf4eb828a 100644 --- a/recipes/shr/phoneuid_git.bb +++ b/recipes/shr/phoneuid_git.bb @@ -4,7 +4,9 @@ LICENSE = "GPL" SECTION = "x11/applications" DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs" PV = "0.0.0+gitr${SRCREV}" -PR = "r4" +PR = "r5" + +RREPLACES_${PN} = "shr-today" SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master" S = "${WORKDIR}/git"