[oe-commits] Angus Ainslie : paroli-elementary : extra python bindings for elementary

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


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

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

paroli-elementary : extra python bindings for elementary

---

 conf/distro/include/moko-autorev.inc               |    1 +
 recipes/openmoko-projects/paroli-elementary_git.bb |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc
index eae71e7..14db31e 100644
--- a/conf/distro/include/moko-autorev.inc
+++ b/conf/distro/include/moko-autorev.inc
@@ -61,6 +61,7 @@ SRCREV_pn-opkg-native ?= "${AUTOREV}"
 SRCREV_pn-opkg-sdk ?= "${AUTOREV}"
 SRCREV_pn-packagekit ?= "${AUTOREV}"
 SRCREV_pn-paroli ?= "${AUTOREV}"
+SRCREV_pn-paroli-elementary ?= "${AUTOREV}"
 SRCREV_pn-pyefl-sudoku ?= "${AUTOREV}"
 SRCREV_pn-qi ?= "${AUTOREV}"
 SRCREV_pn-tichy ?= "${AUTOREV}"
diff --git a/recipes/openmoko-projects/paroli-elementary_git.bb b/recipes/openmoko-projects/paroli-elementary_git.bb
new file mode 100644
index 0000000..f9cf3a4
--- /dev/null
+++ b/recipes/openmoko-projects/paroli-elementary_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "python-elementary paroli bindings"
+DEPENDS = "python-cython-native python-pyrex-native python-numeric eina elementary"
+RDEPENDS = "python-lang python-evas python-ecore python-edje" 
+PV = "0.1+gitr${SRCREV}"
+PR = "r0"
+
+inherit distutils
+
+SRC_URI = "git://git.paroli-project.org/python-elementary.git;protocol=http"
+
+S = "${WORKDIR}/git"
+
+do_stage() {         
+	distutils_stage_all 
+}  





More information about the Openembedded-commits mailing list