diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-27 16:04:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-27 16:04:08 +0000 |
commit | 31c3d2f534c933df59abd3f594d177b781e549ba (patch) | |
tree | 9b0998c2aa9047e71b960360af0e6385fabddda1 /packages/freesmartphone | |
parent | 9a1bf8e292dffa929cf0f25b5a317b7985a99594 (diff) |
frameworkd git needs python-shell now
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 4d3e498f9e..ea3a4cb652 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.0+gitr${SRCREV}" -PR = "r1" +PR = "r2" inherit distutils update-rc.d @@ -30,6 +30,7 @@ RDEPENDS_${PN} += "\ python-pygobject \ python-pyrtc \ python-pyserial \ + python-shell \ python-syslog \ " |