diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-17 11:52:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:28:43 +0100 |
commit | 11711d5d040e6456ac43f8800b535fe5946144cf (patch) | |
tree | 974a1ec94f6870828aeb2c29bf3cb5cde7e88517 /meta/recipes-multimedia/tremor | |
parent | b2ee5c5e34cdc3d65ca7b5da3486360a74d6c500 (diff) | |
download | openembedded-core-11711d5d040e6456ac43f8800b535fe5946144cf.tar.gz openembedded-core-11711d5d040e6456ac43f8800b535fe5946144cf.tar.bz2 openembedded-core-11711d5d040e6456ac43f8800b535fe5946144cf.zip |
recipes: svn SRC_URI s/proto=/protocol=/g
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/tremor')
-rw-r--r-- | meta/recipes-multimedia/tremor/tremor_20120314.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb index 19d03d6490..cf51983037 100644 --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb +++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb @@ -8,7 +8,7 @@ DEPENDS = "libogg" SRCDATE = "${PV}" PR = "r0" -SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;proto=http" +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http" S = "${WORKDIR}/Tremor" |