From: Michael Lauer Date: Fri, 1 Aug 2008 18:56:16 +0000 (+0000) Subject: frameworkd git RDEPENDS += python-subprocess X-Git-Tag: Release-2010-05/1~6406^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2bf1be715145512644049402e4e94083c938445;p=openembedded.git frameworkd git RDEPENDS += python-subprocess --- diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 040c483c76..c3a373527f 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.2+gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit distutils update-rc.d @@ -31,6 +31,7 @@ RDEPENDS_${PN} += "\ python-pyserial \ python-pyyaml \ python-shell \ + python-subprocess \ python-syslog \ \ ${PN}-config \