aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-efl.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-13 15:27:52 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-08-20 09:58:08 +0200
commitab19e33a9d9c77074def6e74ac72e84439cd0bee (patch)
tree68e8e91b89418f910ce4c4eff3b20d06ba548871 /meta-efl/recipes-devtools/python/python-efl.inc
parent7c28fa0c71de1b487d05695b8401333140bc76b5 (diff)
downloadmeta-openembedded-contrib-ab19e33a9d9c77074def6e74ac72e84439cd0bee.tar.gz
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>
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>"
# 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() {