diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-09 11:08:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-10 07:44:09 +0100 |
commit | 8eb637b3252ef38899ac7835f32d6a9b56c252e5 (patch) | |
tree | e81367580d3ff84d53b8d47104c05a31f9363075 /recipes/freesmartphone/zhone_git.bb | |
parent | fe3c4cdc42e81d36146a90f44c4d4ab059ee0dbc (diff) |
zhone: remove unneeded dependencies, update rev
* unneeded deps pulled by task-python-efl (mainly because of
broken/deprecated python-epsilon),
* update rev for build fix with newer EFL (missing eina-0 headers)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/zhone_git.bb')
-rw-r--r-- | recipes/freesmartphone/zhone_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/freesmartphone/zhone_git.bb b/recipes/freesmartphone/zhone_git.bb index 0fcc25c5f6..1200d4097e 100644 --- a/recipes/freesmartphone/zhone_git.bb +++ b/recipes/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 = "r12" +PR = "r13" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" @@ -19,7 +19,9 @@ do_install_append() { FILES_${PN} += "${datadir} ${sysconfdir}" RDEPENDS = "\ - task-python-efl \ + python-edbus \ + python-edje \ + python-ecore \ python-logging \ python-textutils \ python-dbus \ |