From: Michael 'Mickey' Lauer Date: Thu, 15 Jan 2009 17:04:14 +0000 (+0100) Subject: zhone|frameworkd: add python-logging as dependency X-Git-Tag: Release-2010-05/1~4368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=783e00aa0697cb2b75c2f5f32c626ce98199e5cd;p=openembedded.git zhone|frameworkd: add python-logging as dependency --- diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 3c9075904e..f893afc2cb 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.4.9+gitr${SRCREV}" -PR = "r2" +PR = "r3" inherit distutils update-rc.d @@ -32,6 +32,7 @@ RDEPENDS_${PN} += "\ python-dbus \ python-datetime \ python-difflib \ + python-logging \ python-pprint \ python-pygobject \ python-pyrtc \ diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 18b46e2a3a..1526ce6392 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11" DEPENDS = "edje-native python-pyrex-native python-cython-native" PV = "0.0.2+gitr${SRCREV}" -PR = "r10" +PR = "r11" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" @@ -20,6 +20,7 @@ FILES_${PN} += "${datadir} ${sysconfdir}" RDEPENDS = "\ task-python-efl \ + python-logging \ python-textutils \ python-dbus \ python-pycairo \