mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
|
||||
# the extension modules.
|
||||
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
|
||||
RDEPENDS_${PN} += "python-lang"
|
||||
PV = "1.6.99+svnr${SRCPV}"
|
||||
INC_PR = "r0"
|
||||
|
||||
# necessary to let the call for python-config succeed
|
||||
@@ -15,8 +14,12 @@ export HOST_SYS
|
||||
|
||||
inherit e-base autotools pkgconfig distutils-base
|
||||
|
||||
SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
|
||||
S = "${WORKDIR}/${SRCNAME}"
|
||||
SRCVER = "${PV}"
|
||||
|
||||
SRC_URI = "\
|
||||
${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \
|
||||
"
|
||||
S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
|
||||
|
||||
|
||||
do_configure_prepend() {
|
||||
|
||||
Reference in New Issue
Block a user