From 588e21b7a62a44b1c6aeb2310e14838a9b7135fd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 15 Nov 2009 19:32:53 +0100 Subject: shr recipes: switch SRCREV->SRCPV, without PE bump * as shr recipes weren't complete in oe.dev before, so if there was someone already building those before, please rebuild them Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-today_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/shr/shr-today_git.bb') diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb index c6947cf3ca..65bea25739 100644 --- a/recipes/shr/shr-today_git.bb +++ b/recipes/shr/shr-today_git.bb @@ -2,13 +2,13 @@ DESCRIPTION = "python-elementary and opimd based lock and today screen for the S HOMEPAGE = "http://wiki.github.com/slyon/today" SHR_RELEASE ?= "shr" LICENSE ?= "GPL" -RDEPENDS = "python-elementary python-dbus python-edbus python-ecore" +RDEPENDS = "python-edje python-dbus python-edbus python-ecore" SECTION = "x11/applications" -PV = "0.0.1-gitr${SRCREV}" -PR = "r0" +PV = "0.0.1+gitr${SRCPV}" +PR = "r2" -inherit setuptools +inherit distutils SRC_URI = "git://github.com/slyon/today.git;protocol=http" S = "${WORKDIR}/git" -- cgit 1.2.3-korg