diff options
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-efl.inc')
| -rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 9 |
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. |
| 7 | DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" | 7 | DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" |
| 8 | RDEPENDS_${PN} += "python-lang" | 8 | RDEPENDS_${PN} += "python-lang" |
| 9 | PV = "1.6.99+svnr${SRCPV}" | ||
| 10 | INC_PR = "r0" | 9 | INC_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 | ||
| 16 | inherit e-base autotools pkgconfig distutils-base | 15 | inherit e-base autotools pkgconfig distutils-base |
| 17 | 16 | ||
| 18 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 17 | SRCVER = "${PV}" |
| 19 | S = "${WORKDIR}/${SRCNAME}" | 18 | |
| 19 | SRC_URI = "\ | ||
| 20 | ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \ | ||
| 21 | " | ||
| 22 | S = "${WORKDIR}/${SRCNAME}-${SRCVER}" | ||
| 20 | 23 | ||
| 21 | 24 | ||
| 22 | do_configure_prepend() { | 25 | do_configure_prepend() { |
