summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-08-30 09:56:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 16:23:46 +0100
commit88c5e10d6296efb175f05c3aae6e308972854cb1 (patch)
treec3ca1c762f9caec38908f8a2ab1cf4933b69e9e6 /meta/recipes-kernel
parent5c0e6cfdd9342dae634ed85facba387e03bc207b (diff)
downloadpoky-88c5e10d6296efb175f05c3aae6e308972854cb1.tar.gz
remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/blktrace/blktrace_git.bb2
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc2
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_git.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb2
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.1.1.bb2
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_git.bb2
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb2
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_git.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server_git.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb2
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb2
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
-rw-r--r--meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb2
-rw-r--r--meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb2
25 files changed, 25 insertions, 25 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
index a318f0ecf9..cdb2026255 100644
--- a/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
@@ -9,7 +9,7 @@ SRCREV = "d6918c8832793b4205ed3bfede78c2f915c23385"
9PR = "r6" 9PR = "r6"
10PV = "1.0.5+git${SRCPV}" 10PV = "1.0.5+git${SRCPV}"
11 11
12SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \ 12SRC_URI = "git://git.kernel.dk/blktrace.git \
13 file://ldflags.patch" 13 file://ldflags.patch"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 6888c55d5f..de375d7a7d 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -6,7 +6,7 @@ DEPENDS = "flex-native bison-native"
6 6
7inherit autotools 7inherit autotools
8 8
9SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ 9SRC_URI = "git://www.jdl.com/software/dtc.git \
10 file://make_install.patch \ 10 file://make_install.patch \
11 " 11 "
12 12
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 4d891d7752..2c82199e65 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -10,7 +10,7 @@ PV = "0.2+git${SRCPV}"
10 10
11inherit native 11inherit native
12 12
13SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git" 13SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git"
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15 15
16do_compile() { 16do_compile() {
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index ee33f500a5..382588905b 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -28,7 +28,7 @@ PE = "1"
28PV = "0.0+git${SRCPV}" 28PV = "0.0+git${SRCPV}"
29PR = "r1" 29PR = "r1"
30 30
31SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=git" 31SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index c2ce3f6b42..ccca2dfd17 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -15,7 +15,7 @@ KBRANCH = "standard/base"
15KBRANCH_DEFAULT = "${KBRANCH}" 15KBRANCH_DEFAULT = "${KBRANCH}"
16KMETA = "meta" 16KMETA = "meta"
17 17
18SRC_URI = "git://git.pokylinux.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" 18SRC_URI = "git://git.pokylinux.org/linux-yocto-dev.git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
19 19
20# Set default SRCREVs. Both the machine and meta SRCREVs are statically set 20# Set default SRCREVs. Both the machine and meta SRCREVs are statically set
21# to the korg v3.7 tag, and hence prevent network access during parsing. If 21# to the korg v3.7 tag, and hence prevent network access during parsing. If
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 0e137ff119..cfcb71141b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -7,7 +7,7 @@ SRCREV_machine ?= "8a9b4902683f586f7d656c2e6747e314a5e1ed0e"
7SRCREV_machine_qemuppc ?= "655d20d4f64dc053b40ac8d8fe44b82dec5e130a" 7SRCREV_machine_qemuppc ?= "655d20d4f64dc053b40ac8d8fe44b82dec5e130a"
8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
12LINUX_VERSION ?= "3.10.9" 12LINUX_VERSION ?= "3.10.9"
13 13
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 632d6245bb..438b511272 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -15,7 +15,7 @@ SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
17 17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
19 19
20# Omit broken machines from COMPATIBLE_MACHINE 20# Omit broken machines from COMPATIBLE_MACHINE
21# qemuppc hangs at boot 21# qemuppc hangs at boot
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index 647ace6162..f1327d5ba3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -15,7 +15,7 @@ SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
17 17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
19 19
20# Omit broken machines from COMPATIBLE_MACHINE 20# Omit broken machines from COMPATIBLE_MACHINE
21# qemuppc hangs at boot 21# qemuppc hangs at boot
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 82dea9c97b..5b8462062c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -14,7 +14,7 @@ SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
18 18
19COMPATIBLE_MACHINE = "(qemux86)" 19COMPATIBLE_MACHINE = "(qemux86)"
20 20
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 7e01a96b01..d28da9e1a9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -18,7 +18,7 @@ SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23COMPATIBLE_MACHINE = "(qemux86)" 23COMPATIBLE_MACHINE = "(qemux86)"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
index 06d6b129a4..5c5320735b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -18,7 +18,7 @@ SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23COMPATIBLE_MACHINE = "(qemux86)" 23COMPATIBLE_MACHINE = "(qemux86)"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index cacb87321f..71218812be 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -12,7 +12,7 @@ SRCREV_machine_qemumips64 ?= "10a8db0603d7186633a6bf90e2308710763e718e"
12SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da" 12SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da"
13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
17LINUX_VERSION ?= "3.10.9" 17LINUX_VERSION ?= "3.10.9"
18 18
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 3aea1f9a10..f1bb3433da 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -11,7 +11,7 @@ SRCREV_machine_qemux86-64 ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee"
11SRCREV_machine ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee" 11SRCREV_machine ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee"
12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" 12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.59" 16LINUX_VERSION ?= "3.4.59"
17 17
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 790e3e351f..4a2ddea519 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -12,7 +12,7 @@ SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
13SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" 13SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
17LINUX_VERSION ?= "3.8.13" 17LINUX_VERSION ?= "3.8.13"
18 18
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb
index 8aa3ae1c31..beb79bef92 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb
@@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 util-linux popt"
13SRCREV = "a386e24609752742b100120db6798d311fab512a" 13SRCREV = "a386e24609752742b100120db6798d311fab512a"
14PV = "1.1+git${SRCPV}" 14PV = "1.1+git${SRCPV}"
15 15
16SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" 16SRC_URI = "git://git.efficios.com/babeltrace.git"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index 351b0c8baf..9959a74233 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb
@@ -13,7 +13,7 @@ inherit module
13SRCREV = "10fe4e3f10c9ce1f2963bd118b91895a67e955ee" 13SRCREV = "10fe4e3f10c9ce1f2963bd118b91895a67e955ee"
14PV = "2.2.1+git${SRCPV}" 14PV = "2.2.1+git${SRCPV}"
15 15
16SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ 16SRC_URI = "git://git.lttng.org/lttng-modules.git \
17 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" 17 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
18 18
19export INSTALL_MOD_DIR="kernel/lttng-modules" 19export INSTALL_MOD_DIR="kernel/lttng-modules"
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb
index e664d859e0..b8215e851a 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb
@@ -14,7 +14,7 @@ DEPENDS = "liburcu popt lttng-ust"
14SRCREV = "eff0b2c38d24092c41bbb51926ac4e3b8c6acb83" 14SRCREV = "eff0b2c38d24092c41bbb51926ac4e3b8c6acb83"
15PV = "v2.2.0" 15PV = "v2.2.0"
16 16
17SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" 17SRC_URI = "git://git.lttng.org/lttng-tools.git"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
index d03f20701b..37b52c4dfb 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.2.0.bb
@@ -21,7 +21,7 @@ SRCREV = "cfaee541fea7f5760b5501913c6902f5e4da9dba"
21PV = "2.2.0" 21PV = "2.2.0"
22PE = "2" 22PE = "2"
23 23
24SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git \ 24SRC_URI = "git://git.lttng.org/lttng-ust.git \
25 file://depends-liblttng-ust-tracepoin.patch \ 25 file://depends-liblttng-ust-tracepoin.patch \
26 file://build-Fix-out-of-tree-build.patch \ 26 file://build-Fix-out-of-tree-build.patch \
27 " 27 "
diff --git a/meta/recipes-kernel/oprofile/oprofile_git.bb b/meta/recipes-kernel/oprofile/oprofile_git.bb
index c345548010..ca562db121 100644
--- a/meta/recipes-kernel/oprofile/oprofile_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_git.bb
@@ -4,7 +4,7 @@ SRCREV = "88f43190d412d28ebf5c75a76ba20343d0fe4c41"
4PV = "0.9.7+git${SRCPV}" 4PV = "0.9.7+git${SRCPV}"
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.0"
6 6
7SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN};protocol=git" 7SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN}"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index a872acc4bb..200bab3b24 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -5,7 +5,7 @@ PV = "0.0+git${SRCPV}"
5 5
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ 8SRC_URI = "git://git.yoctoproject.org/oprofileui \
9 file://init" 9 file://init"
10 10
11EXTRA_OECONF += "--disable-client --enable-server" 11EXTRA_OECONF += "--disable-client --enable-server"
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 03a79325ca..316c61a696 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -7,7 +7,7 @@ PV = "0.0+git${SRCPV}"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git" 10SRC_URI = "git://git.yoctoproject.org/oprofileui"
11 11
12EXTRA_OECONF += "--enable-client --disable-server" 12EXTRA_OECONF += "--enable-client --disable-server"
13 13
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index c7506fee18..7ffab03320 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "gtk+ libglade"
7SRCREV = "cd44ee6644c3641507fb53b8a2a69137f2971219" 7SRCREV = "cd44ee6644c3641507fb53b8a2a69137f2971219"
8PV = "1.2.0+git${SRCPV}" 8PV = "1.2.0+git${SRCPV}"
9 9
10SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ 10SRC_URI = "git://git.gnome.org/sysprof \
11 file://define-NT_GNU_BUILD_ID.patch \ 11 file://define-NT_GNU_BUILD_ID.patch \
12 " 12 "
13 13
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 0632746920..d8c6408e0f 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1" 4SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
5PV = "2.3+git${SRCPV}" 5PV = "2.3+git${SRCPV}"
6 6
7SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \ 7SRC_URI = "git://sourceware.org/git/systemtap.git \
8 file://docproc-build-fix.patch \ 8 file://docproc-build-fix.patch \
9 file://obsolete_automake_macros.patch \ 9 file://obsolete_automake_macros.patch \
10 " 10 "
diff --git a/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb b/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
index 70cfd96d64..00e3daad87 100644
--- a/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
+++ b/meta/recipes-kernel/trace-cmd/kernelshark_1.2.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "trace-cmd"
12 12
13inherit pkgconfig pythonnative 13inherit pkgconfig pythonnative
14 14
15SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;protocol=git \ 15SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
16 file://addldflags.patch \ 16 file://addldflags.patch \
17 file://make-docs-optional.patch \ 17 file://make-docs-optional.patch \
18 file://blktrace-api-compatibility.patch" 18 file://blktrace-api-compatibility.patch"
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
index ff895f8eb3..e9a41d499c 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb
@@ -11,7 +11,7 @@ PV = "1.2+git${SRCPV}"
11 11
12inherit pkgconfig pythonnative 12inherit pkgconfig pythonnative
13 13
14SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;protocol=git \ 14SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git \
15 file://addldflags.patch \ 15 file://addldflags.patch \
16 file://make-docs-optional.patch \ 16 file://make-docs-optional.patch \
17 file://blktrace-api-compatibility.patch \ 17 file://blktrace-api-compatibility.patch \