Skip to content

Commit

Permalink
python-efl: add git version
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
shr-project committed Jul 24, 2014
1 parent d989072 commit af2c0e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meta-efl/recipes-devtools/python/python-efl_git.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit af2c0e4

Please sign in to comment.