[oe-commits] Sebastian Krzyszkowiak : frameworkd: add python-phoneutils and python-vobject to RRECOMMENDS, remove python-cython-navite and python-pyrex-native from DEPENDS

git version control git at git.openembedded.org
Sat Sep 26 14:32:52 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: e39b86ae056f3b5fc9045235a1135b12fe68325c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e39b86ae056f3b5fc9045235a1135b12fe68325c

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat Sep 26 12:37:32 2009 +0000

frameworkd: add python-phoneutils and python-vobject to RRECOMMENDS, remove python-cython-navite and python-pyrex-native from DEPENDS

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/frameworkd_git.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index b327112..25ddadc 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "The reference implementation of the freesmartphone.org framework APIs"
 HOMEPAGE = "http://www.freesmartphone.org"
-AUTHOR = "FreeSmartphone.Org Development Team"
+AUTHOR = "freesmartphone.org Development Team"
 SECTION = "console/network"
-DEPENDS = "python-cython-native python-pyrex-native"
+#DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.9.5.9+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 inherit distutils update-rc.d
 
@@ -56,6 +56,8 @@ RDEPENDS_${PN} += "\
 RRECOMMENDS_${PN} += "\
   alsa-utils-amixer \
   python-gst \
+  python-phoneutils \
+  python-vobject \
   ppp \
 "
 





More information about the Openembedded-commits mailing list