summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-efl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-efl.inc')
-rw-r--r--meta-efl/recipes-devtools/python/python-efl.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc
index 498c3be65e..77d4114ca7 100644
--- a/meta-efl/recipes-devtools/python/python-efl.inc
+++ b/meta-efl/recipes-devtools/python/python-efl.inc
@@ -6,7 +6,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
6# the extension modules. 6# the extension modules.
7DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" 7DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
8RDEPENDS_${PN} += "python-lang" 8RDEPENDS_${PN} += "python-lang"
9PV = "1.6.99+svnr${SRCPV}"
10INC_PR = "r0" 9INC_PR = "r0"
11 10
12# necessary to let the call for python-config succeed 11# necessary to let the call for python-config succeed
@@ -15,8 +14,12 @@ export HOST_SYS
15 14
16inherit e-base autotools pkgconfig distutils-base 15inherit e-base autotools pkgconfig distutils-base
17 16
18SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" 17SRCVER = "${PV}"
19S = "${WORKDIR}/${SRCNAME}" 18
19SRC_URI = "\
20 ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \
21"
22S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
20 23
21 24
22do_configure_prepend() { 25do_configure_prepend() {