[oe-commits] Angus Ainslie : paroli: add shr overide of python-elementary

git version control git at git.openembedded.org
Thu Jun 18 14:04:43 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: e4e3dac52d407ff40ec34b321857ecedcfe5737a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e4e3dac52d407ff40ec34b321857ecedcfe5737a

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Jun 10 11:57:36 2009 -0600

paroli: add shr overide of python-elementary

---

 recipes/openmoko-projects/paroli_git.bb |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index dd1ce70..d573243 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Paroli"
 SECTION = "x11"
 LICENSE = "GPL"
 PV = "0.2.1+gitr${SRCREV}"
-PR = "r22"
+PR = "r25"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -25,6 +25,20 @@ RDEPENDS = "\
   paroli-elementary \
 "
 
+RDEPENDS_shr = "\
+  python-datetime \
+  python-subprocess \
+  python-textutils \
+  python-dbus \
+  python-pygobject \
+  python-elementary \
+  dbus-x11 \
+  task-fso-compliance \
+  elementary \
+  elementary-themes \
+  edbus-ehal \
+"
+
 E_CONFIG_DIR="/usr/share/enlightenment/data"
 
 RULES_YAML = rules.yaml





More information about the Openembedded-commits mailing list