Prepare for FSO milestone4 release
[openembedded.git] / packages / freesmartphone / zhone_git.bb
index 55b56c8..18b46e2 100644 (file)
@@ -1,10 +1,9 @@
-DESCRIPTION = "Zhone: Zen Phone"
+DESCRIPTION = "A phone UI based on the freesmartphone.org framework"
 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+gitr${SRCREV}"
-PR = "r8"
+PV = "0.0.2+gitr${SRCREV}"
+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 \
+"