[oe-commits] Martin Jansa : zhone: remove unneeded dependencies, update rev

git version control git at git.openembedded.org
Wed Feb 10 06:45:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8eb637b3252ef38899ac7835f32d6a9b56c252e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8eb637b3252ef38899ac7835f32d6a9b56c252e5

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Feb  9 11:08:59 2010 +0100

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 at gmail.com>

---

 conf/distro/include/sane-srcrevs-fso.inc |    2 +-
 recipes/freesmartphone/zhone_git.bb      |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs-fso.inc b/conf/distro/include/sane-srcrevs-fso.inc
index 01b9972..4e82e63 100644
--- a/conf/distro/include/sane-srcrevs-fso.inc
+++ b/conf/distro/include/sane-srcrevs-fso.inc
@@ -47,4 +47,4 @@ SRCREV_pn-pycd ?= "${FSO_PYTHONHELPERS_SRCREV}"
 SRCREV_pn-vala-dbus-binding-tool-native ?= "8df9b5aab50066d3f5a525518f902dd26f77bbd7"
 SRCREV_pn-vala-terminal ?= "932285d72e26b965c488f8aa99fe51f7a34231ad"
 SRCREV_pn-vala-native ?= "a8aa50a80bcdc5f6c8183507f87b6c6fdfac8d9f"
-SRCREV_pn-zhone ?= "d654b3d15500a56c8e987e4d2cc2f8eef70b78c0"
+SRCREV_pn-zhone ?= "2638381cf581d167cf5304baf64ae678016428a6"
diff --git a/recipes/freesmartphone/zhone_git.bb b/recipes/freesmartphone/zhone_git.bb
index 0fcc25c..1200d40 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 \





More information about the Openembedded-commits mailing list