[oe-commits] Martin Jansa : python-efl: add git version

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 13:36:18 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: af2c0e4af10da2757e0d7e41acdc5907ec2896a4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=af2c0e4af10da2757e0d7e41acdc5907ec2896a4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jul 22 13:03:48 2014 +0200

python-efl: add git version

* the tarball is missing .pxd files and re-building with our python-cython fails with:
  | Compiling efl/elementary/scroller.pyx because it depends on /OE
  | Error compiling Cython file:
  | ------------------------------------------------------------
  | ...
  | from libc.stdint cimport uintptr_t
  | import traceback
  | from efl.eo cimport Eo, PY_REFCOUNT
  | from efl.utils.conversions cimport _ctouni
  | from cpython cimport Py_INCREF, Py_DECREF
  | cimport efl.ecore.enums as enums
  |        ^
  | ------------------------------------------------------------
  |
  | efl/ecore/__init__.pyx:221:8: 'efl.ecore.enums.pxd' not found

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-devtools/python/python-efl_git.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb
new file mode 100644
index 0000000..b776f7d
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_git.bb
@@ -0,0 +1,8 @@
+require ${BPN}.inc
+
+SRCREV = "c1497e10288589ff9834f3d4da17461b8a3a1c15"
+PV = "1.10.0+git${SRCPV}"
+
+SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.10"
+
+S = "${WORKDIR}/git"



More information about the Openembedded-commits mailing list