aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-16 23:07:23 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-16 23:07:23 +0200
commit09cd75bf738c87b82e54070a857f9c95a4cdd9fd (patch)
treed7f6c4a74b162ea085fc6808b065a44f9fa7d8c5
parent3b1da26a176aacf44a74ec82d5e4c0448ef9baea (diff)
downloadopenembedded-09cd75bf738c87b82e54070a857f9c95a4cdd9fd.tar.gz
shr-today: use distutils instead of setuptools as upstream switched
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-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"