diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-12 09:08:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:55 +0100 |
commit | 14c4a41f88e2bbc09ac4bde8ce4acb6f5e03fcf4 (patch) | |
tree | 0c8c04a6b31f2dbb8671144d2311856882e5197d /meta/recipes-core | |
parent | ab0401fd7673c353d4ea377ac5d9e38a32adceae (diff) | |
download | poky-14c4a41f88e2bbc09ac4bde8ce4acb6f5e03fcf4.tar.gz |
Update proto -> protocol for recipes
(From OE-Core rev: 247fbed5a93800c44dc36e403f13bdc8dd704553)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index 7dd9810f35..110febfe52 100644 --- a/meta/recipes-core/eglibc/eglibc_2.15.bb +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb | |||
@@ -7,7 +7,7 @@ PR = "r12" | |||
7 | PR_append = "+svnr${SRCPV}" | 7 | PR_append = "+svnr${SRCPV}" |
8 | 8 | ||
9 | EGLIBC_BRANCH="eglibc-2_15" | 9 | EGLIBC_BRANCH="eglibc-2_15" |
10 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ | 10 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http \ |
11 | file://eglibc-svn-arm-lowlevellock-include-tls.patch \ | 11 | file://eglibc-svn-arm-lowlevellock-include-tls.patch \ |
12 | file://IO-acquire-lock-fix.patch \ | 12 | file://IO-acquire-lock-fix.patch \ |
13 | file://mips-rld-map-check.patch \ | 13 | file://mips-rld-map-check.patch \ |