diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-07-22 16:30:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-07-22 16:30:23 +0000 |
commit | 845723e8863b2206fc84d05b63d6e920eb2b4b2d (patch) | |
tree | bd73fa799a00146d55c26dd035fd94c1043d86af | |
parent | 3d266bdf77d3010bf30638c821860d4a0102bdaf (diff) | |
parent | d389748f6ba4325a878f7e3c017b1905409c8700 (diff) |
merge of '344b86124dcdb7509a844c86928cdee99994139d'
and '806e3f07f060ec38e52b0328840c81fc0f06b90c'
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 8a4a21bbed..55b56c8e26 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -2,9 +2,9 @@ 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" +RDEPENDS = "task-python-efl python-textutils python-dbus python-pycairo" PV = "0.0.0+gitr${SRCREV}" -PR = "r7" +PR = "r8" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" |