diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-13 23:01:45 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-12-13 23:01:45 +0100 |
commit | 19ab14a2f98087a549f02c21b6770b8080d6502b (patch) | |
tree | 8c72138b09333783563549a68bf160b137dd204e /recipes/shr | |
parent | 477beeb6b5b4c5da5d43c28d0d73a44b3513aa9f (diff) |
phoneuid: add RREPLACES for shr-today
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/phoneuid_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" |