aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/shr/shr-today_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb
index 29e9e13069..88a4db92f5 100644
--- a/recipes/shr/shr-today_git.bb
+++ b/recipes/shr/shr-today_git.bb
@@ -6,9 +6,9 @@ RDEPENDS = "python-elementary python-dbus python-edbus python-ecore"
SECTION = "x11/applications"
PV = "0.0.1-gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
-inherit setuptools
+inherit distutils
SRC_URI = "git://github.com/slyon/today.git;protocol=http"
S = "${WORKDIR}/git"