[oe-commits] Angus Ainslie : paroli : use new python bindings

GIT User account git at amethyst.openembedded.net
Tue May 19 17:49:48 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: a746adbe2939255cbfcb0a8b0a8153257f92ed1e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a746adbe2939255cbfcb0a8b0a8153257f92ed1e

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May 19 11:43:03 2009 -0600

paroli : use new python bindings

---

 recipes/openmoko-projects/paroli_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index 14c38d2..c78698f 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 = "r21"
+PR = "r22"
 
 SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http"
 S = "${WORKDIR}/git"
@@ -22,6 +22,7 @@ RDEPENDS = "\
   elementary \
   elementary-themes \
   edbus-ehal \
+  paroli-elementary \
 "
 
 E_CONFIG_DIR="/usr/share/enlightenment/data"
@@ -40,7 +41,7 @@ do_install_append() {
        	#install -d ${D}${E_CONFIG_DIR}/themes
 	#install ${S}/data/illume.edj ${D}${E_CONFIG_DIR}/themes
 	install -d ${D}${datadir}/elementary/themes
-	install ${S}/data/default.edj ${D}${datadir}/elementary/themes
+	install ${S}/data/paroli.edj ${D}${datadir}/elementary/themes
 #    	install -d ${D}/etc/enlightenment/
 #	echo 'E_PROFILE="-profile illume"' > ${D}${sysconfdir}/enlightenment/default_profile
 





More information about the Openembedded-commits mailing list