summaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-settings_git.bb
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-02 19:52:57 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-02 19:52:57 +0100
commitd479467ac56892d2bb92970a8b57cdebac19919c (patch)
treee513fa641541c4ecfdab6ab0d89425d16808548c /recipes/shr/shr-settings_git.bb
parent5e45d1ad01a6bb55fd725916f6c5e817f772f57d (diff)
downloadopenembedded-d479467ac56892d2bb92970a8b57cdebac19919c.tar.gz
shr-settings_git.bb: fix typo in RDEPENDS
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr/shr-settings_git.bb')
-rw-r--r--recipes/shr/shr-settings_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index 4ae6e96882..96c16ed4e7 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Modular settings application for SHR based on python-elementary"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
-RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexcept"
+RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
SECTION = "x11/application"
PE = "1"
PV = "0.1.1+gitr${SRCREV}"