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/zhone_git.bb | |
parent | 555d831d2b137d0fd55516070fce31bf685daea8 (diff) |
zhone|frameworkd: add python-logging as dependency
Diffstat (limited to 'packages/freesmartphone/zhone_git.bb')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |