[oe-commits] Angus Ainslie : frameworkd : fix missing dependency

git version control git at git.openembedded.org
Mon Jun 1 01:00:42 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 3f550731dfaa83ce70b921492ffddf9c6e65c273
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f550731dfaa83ce70b921492ffddf9c6e65c273

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sun May 31 19:10:40 2009 -0600

frameworkd : fix missing dependency

---

 recipes/freesmartphone/frameworkd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/frameworkd_git.bb b/recipes/freesmartphone/frameworkd_git.bb
index 42fb2d1..4dd52c5 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.5.1+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 inherit distutils update-rc.d
 
@@ -44,7 +44,7 @@ RDEPENDS_${PN} += "\
   python-subprocess \
   python-syslog \
   python-textutils \
-  \
+  python-multiprocessing \
   ${PN}-config \
 "
 





More information about the Openembedded-commits mailing list