diff options
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 6 |
9 files changed, 11 insertions, 11 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 \ |
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 0e40533dd7..a2e9ae0994 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
33 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 33 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
34 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" | 34 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" |
35 | 35 | ||
36 | SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | 36 | SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \ |
37 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 37 | file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
38 | file://100-uclibc-conf.patch \ | 38 | file://100-uclibc-conf.patch \ |
39 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ | 39 | file://gcc-uclibc-locale-ctype_touplow_t.patch \ |
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 5dc0896e5e..e1edf2f97f 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -39,7 +39,7 @@ S = "${WORKDIR}/trunk" | |||
39 | 39 | ||
40 | SRCREV = "596" | 40 | SRCREV = "596" |
41 | PV = "0.1.8+svnr${SRCPV}" | 41 | PV = "0.1.8+svnr${SRCPV}" |
42 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | 42 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ |
43 | file://wget_cache.patch \ | 43 | file://wget_cache.patch \ |
44 | file://adt_installer \ | 44 | file://adt_installer \ |
45 | file://scripts/adt_installer_internal \ | 45 | file://scripts/adt_installer_internal \ |
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index faf0ba388b..a0667ac6fe 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require opkg.inc | 1 | require opkg.inc |
2 | 2 | ||
3 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | 3 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ |
4 | file://add_vercmp.patch \ | 4 | file://add_vercmp.patch \ |
5 | file://add_uname_support.patch \ | 5 | file://add_uname_support.patch \ |
6 | file://fix_installorder.patch \ | 6 | file://fix_installorder.patch \ |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 8ac8022918..25fccaf45d 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" | |||
10 | PV = "0.4.0+git${SRCPV}" | 10 | PV = "0.4.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;proto=git \ | 13 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \ |
14 | http://www.eclipse.org/legal/epl-v10.html;name=epl \ | 14 | http://www.eclipse.org/legal/epl-v10.html;name=epl \ |
15 | file://fix_ranlib.patch \ | 15 | file://fix_ranlib.patch \ |
16 | file://fix_tcf-agent.init.patch \ | 16 | file://fix_tcf-agent.init.patch \ |
diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index d8c976005c..b49e94a7f1 100644 --- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb +++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb | |||
@@ -8,7 +8,7 @@ PR = "r5" | |||
8 | 8 | ||
9 | #RRECOMMENDS_${PN} = "acct" | 9 | #RRECOMMENDS_${PN} = "acct" |
10 | 10 | ||
11 | SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ | 11 | SRC_URI = "svn://ubootchart.googlecode.com/svn/;protocol=http;module=trunk \ |
12 | file://sysvinit.patch;striplevel=0 \ | 12 | file://sysvinit.patch;striplevel=0 \ |
13 | file://ubootchart-stop \ | 13 | file://ubootchart-stop \ |
14 | file://ubootchart.desktop" | 14 | file://ubootchart.desktop" |
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index 7635e7ae1a..da74a82eae 100644 --- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "1161" | |||
8 | PV = "2.11.0+svnr${SRCPV}" | 8 | PV = "2.11.0+svnr${SRCPV}" |
9 | PR = "r3" | 9 | PR = "r3" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;proto=http \ | 11 | SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \ |
12 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-stylesheet-user.patch;striplevel=0;name=patch2 \ | 12 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-stylesheet-user.patch;striplevel=0;name=patch2 \ |
13 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-media.patch;striplevel=0;name=patch3 \ | 13 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/css-media.patch;striplevel=0;name=patch3 \ |
14 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ | 14 | http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ |
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb index 4aad3a9566..8b162be392 100644 --- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb +++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" | |||
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \ | 12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \ |
13 | file://fix_makefile.patch \ | 13 | file://fix_makefile.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 7d0aae99d2..6a6839d28f 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -22,9 +22,9 @@ PV = "1.7.2+svnr${SRCPV}" | |||
22 | PR = "r6" | 22 | PR = "r6" |
23 | 23 | ||
24 | SRC_URI = "\ | 24 | SRC_URI = "\ |
25 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \ | 25 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;protocol=http;name=source \ |
26 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;proto=http \ | 26 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http \ |
27 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;proto=http \ | 27 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http \ |
28 | file://Makefile \ | 28 | file://Makefile \ |
29 | file://Makefile.shared \ | 29 | file://Makefile.shared \ |
30 | file://autogen.sh \ | 30 | file://autogen.sh \ |