diff options
Diffstat (limited to 'meta')
-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 PR = "r0" SRCREV="15225" EGLIBC_BRANCH="eglibc-2_14" -SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " +SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" 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 PR = "r0" SRCREV="19383" EGLIBC_BRANCH="eglibc-2_16" -SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " +SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};protocol=http " S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" 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" 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" |