From e9db428726e47c09da468c54b4b6a414e5927b01 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 28 Jan 2011 09:58:11 +0100 Subject: e-base: prepare for releases * bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa --- recipes/python/python-efl.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/python') diff --git a/recipes/python/python-efl.inc b/recipes/python/python-efl.inc index 5fc6b9c46c..f816305763 100644 --- a/recipes/python/python-efl.inc +++ b/recipes/python/python-efl.inc @@ -15,7 +15,9 @@ export HOST_SYS inherit e-base autotools pkgconfig distutils-base -SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS/python;module=${SRCNAME};proto=http" +SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};proto=http" +S = "${WORKDIR}/${SRCNAME}" + do_configure_prepend() { # prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly -- cgit 1.2.3-korg