diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-15 18:04:14 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-15 18:04:14 +0100 |
commit | 783e00aa0697cb2b75c2f5f32c626ce98199e5cd (patch) | |
tree | f4b667a410e4974aa5f598538965d9e7803cce2f /packages/freesmartphone | |
parent | 555d831d2b137d0fd55516070fce31bf685daea8 (diff) |
zhone|frameworkd: add python-logging as dependency
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 3 | ||||
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 3 |
2 files changed, 4 insertions, 2 deletions
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 \ |