mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* 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@gmail.com>
9 lines
211 B
BlitzBasic
9 lines
211 B
BlitzBasic
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"
|