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:29:30 +0100 |
commit | 63bfda766f678c9701d3dce2955df60c93070ef6 (patch) | |
tree | 17d1a07c499765f71611719d3c451ae3365f2207 | |
parent | 76a16c0c11f4df5aeebbf2af6e63b1a739aac354 (diff) | |
download | poky-63bfda766f678c9701d3dce2955df60c93070ef6.tar.gz |
recipes: svn SRC_URI s/proto=/protocol=/g
(From OE-Core rev: 11711d5d040e6456ac43f8800b535fe5946144cf)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.16.bb | 2 | ||||
-rw-r--r-- | meta/recipes-multimedia/tremor/tremor_20120314.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb index 6f311fc33c..493eb61a7a 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.15.bb | |||
@@ -16,7 +16,7 @@ inherit autotools | |||
16 | PR = "r0" | 16 | PR = "r0" |
17 | SRCREV="15225" | 17 | SRCREV="15225" |
18 | EGLIBC_BRANCH="eglibc-2_14" | 18 | EGLIBC_BRANCH="eglibc-2_14" |
19 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " | 19 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " |
20 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" | 20 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" |
21 | 21 | ||
22 | do_unpack_append() { | 22 | do_unpack_append() { |
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.16.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.16.bb index 88c701ebc9..0f870be10c 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.16.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.16.bb | |||
@@ -16,7 +16,7 @@ inherit autotools | |||
16 | PR = "r0" | 16 | PR = "r0" |
17 | SRCREV="19383" | 17 | SRCREV="19383" |
18 | EGLIBC_BRANCH="eglibc-2_16" | 18 | EGLIBC_BRANCH="eglibc-2_16" |
19 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " | 19 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " |
20 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" | 20 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" |
21 | 21 | ||
22 | do_unpack_append() { | 22 | do_unpack_append() { |
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" | |||
8 | SRCDATE = "${PV}" | 8 | SRCDATE = "${PV}" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;proto=http" | 11 | SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http" |
12 | 12 | ||
13 | S = "${WORKDIR}/Tremor" | 13 | S = "${WORKDIR}/Tremor" |
14 | 14 | ||