aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-05-19 11:42:24 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-05-19 11:42:24 -0600
commitda236b7906d0d7316d6e7600c2682e579c83fa27 (patch)
treec8602dccb2e75c5e99228697a06cfda698939004 /recipes/openmoko-projects
parent41b21a729178f7b71fa5ebaa386222e1ac9ab8eb (diff)
downloadopenembedded-da236b7906d0d7316d6e7600c2682e579c83fa27.tar.gz
paroli-elementary : extra python bindings for elementary
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/paroli-elementary_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/openmoko-projects/paroli-elementary_git.bb b/recipes/openmoko-projects/paroli-elementary_git.bb
new file mode 100644
index 0000000000..f9cf3a40cb
--- /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
+}