diff options
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 \ |