From: Martin Jansa Date: Mon, 12 Apr 2010 10:33:28 +0000 (+0200) Subject: libeweather: fix SRC_URI s/eweather/libeweather/ X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e538dc0c12ce419df74be33a8acc89111837da3;p=openembedded.git libeweather: fix SRC_URI s/eweather/libeweather/ Signed-off-by: Martin Jansa --- diff --git a/recipes/efl1/libeweather_svn.bb b/recipes/efl1/libeweather_svn.bb index 7aced5770a..30039c0078 100644 --- a/recipes/efl1/libeweather_svn.bb +++ b/recipes/efl1/libeweather_svn.bb @@ -9,7 +9,7 @@ inherit efl EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" -SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eweather;proto=http" +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=libeweather;proto=http" S = "${WORKDIR}/eweather" RSUGGESTS_${PN} = "elementary-tests"