diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-10-08 11:01:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-10-08 11:01:40 +0000 |
commit | 46c8da1a6f7dce92f3c182cd845275594f6dff42 (patch) | |
tree | e66171f54dcfb08852264766dfe0564f49d8758d /packages/freesmartphone/zhone_git.bb | |
parent | ca7c89ff8c65cbd1ffc81ab548259c605dfc6785 (diff) |
update FSO stuff: frameworkd, mickeydbus, mickeyterm, zhone
Diffstat (limited to 'packages/freesmartphone/zhone_git.bb')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 1bd275d7e7..d8c678ce59 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -2,9 +2,8 @@ DESCRIPTION = "Zhone: Zen Phone" LICENSE = "GPL" SECTION = "x11" DEPENDS = "edje-native python-pyrex-native python-cython-native" -RDEPENDS = "task-python-efl python-textutils python-dbus python-pycairo" PV = "0.0.0+${PR}-gitr${SRCREV}" -PR = "r9" +PR = "r10" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" @@ -18,3 +17,10 @@ do_install_append() { } FILES_${PN} += "${datadir} ${sysconfdir}" + +RDEPENDS = "\ + task-python-efl \ + python-textutils \ + python-dbus \ + python-pycairo \ +" |