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/efl1/libeweather_svn.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/efl1/libeweather_svn.bb') diff --git a/recipes/efl1/libeweather_svn.bb b/recipes/efl1/libeweather_svn.bb index 7403c09b6b..9053c90c53 100644 --- a/recipes/efl1/libeweather_svn.bb +++ b/recipes/efl1/libeweather_svn.bb @@ -6,12 +6,11 @@ PR = "r0" SRCREV = "${EFL_SRCREV}" inherit efl +SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep" +S = "${WORKDIR}/${SRCNAME}" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" -SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=libeweather;proto=http;scmdata=keep" -S = "${WORKDIR}/eweather" - RSUGGESTS_${PN} = "elementary-tests" do_compile_append() { -- cgit 1.2.3-korg