summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-01 18:56:16 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-01 18:56:16 +0000
commite2bf1be715145512644049402e4e94083c938445 (patch)
tree87ab7535b03d2fe597ab59d6a51c233022983e99 /packages/freesmartphone
parent81109d7d1da88e2ceab774868eedfb6d884a8b18 (diff)
frameworkd git RDEPENDS += python-subprocess
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/frameworkd_git.bb3
1 files changed, 2 insertions, 1 deletions
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 \