diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-02 01:45:38 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-12-02 01:45:38 +0100 |
commit | 6aea28e057ef0433df90586c20c12f36b6581e18 (patch) | |
tree | 18277a0dc4e9a24c5798fbe62d38a3d29de7d2ef /recipes/shr/shr-settings_git.bb | |
parent | eb99a8719f48afcf5dff5d8f853382b9c42b6d48 (diff) | |
parent | 88eaa75372c97aa6182ac24270b77734e2b22fe5 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/shr/shr-settings_git.bb')
-rw-r--r-- | recipes/shr/shr-settings_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb index 7d34a7f487..4ae6e96882 100644 --- a/recipes/shr/shr-settings_git.bb +++ b/recipes/shr/shr-settings_git.bb @@ -2,11 +2,11 @@ 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" +RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexcept" SECTION = "x11/application" PE = "1" PV = "0.1.1+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit setuptools |