diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-08-30 09:56:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:23:46 +0100 |
commit | 88c5e10d6296efb175f05c3aae6e308972854cb1 (patch) | |
tree | c3ca1c762f9caec38908f8a2ab1cf4933b69e9e6 /meta/recipes-graphics/xorg-lib | |
parent | 5c0e6cfdd9342dae634ed85facba387e03bc207b (diff) | |
download | poky-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-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index dca4c8bcd7..81f5709337 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | |||
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \ | 18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ |
19 | file://fix-xcb.patch" | 19 | file://fix-xcb.patch" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb index 372f272394..b799186ef0 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb | |||
@@ -18,7 +18,7 @@ PV = "1.0.99.1+gitr${SRCPV}" | |||
18 | 18 | ||
19 | XORG_PN = "libXext" | 19 | XORG_PN = "libXext" |
20 | 20 | ||
21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 21 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
22 | S = "${WORKDIR}/git/" | 22 | S = "${WORKDIR}/git/" |
23 | 23 | ||
24 | BBCLASSEXTEND = "nativesdk" | 24 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb index d4e47056e7..c17c1f7510 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb | |||
@@ -14,5 +14,5 @@ PV = "1.2.99.5+gitr${SRCPV}" | |||
14 | 14 | ||
15 | XORG_PN = "libXi" | 15 | XORG_PN = "libXi" |
16 | 16 | ||
17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN}" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |