diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2013-09-02 02:54:11 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 16:59:13 +0200 |
| commit | b79176adb306d6802d1219dfadfa7ffe080efb22 (patch) | |
| tree | 6e1f573f3b398646d48122c6766e1014c1b83018 /meta-oe/recipes-support | |
| parent | 9e4b28aa92d69695bf49b5d588f08963eed1d35c (diff) | |
| download | meta-openembedded-b79176adb306d6802d1219dfadfa7ffe080efb22.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.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb index 2e747cd496..f6e52033a6 100644 --- a/meta-oe/recipes-support/daemonize/daemonize_git.bb +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb | |||
| @@ -7,6 +7,6 @@ PV = "1.7.3+git${SRCPV}" | |||
| 7 | inherit autotools | 7 | inherit autotools |
| 8 | 8 | ||
| 9 | SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4" | 9 | SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4" |
| 10 | SRC_URI = "git://github.com/bmc/daemonize.git;protocol=git" | 10 | SRC_URI = "git://github.com/bmc/daemonize.git" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index cb525031c0..4709be082c 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
| @@ -9,7 +9,7 @@ PR = "r3" | |||
| 9 | 9 | ||
| 10 | # The github repository provides a cmake and pkg-config integration | 10 | # The github repository provides a cmake and pkg-config integration |
| 11 | SRCREV = "7a43a3655ceffa9f0f7fd68262d8d478c6d0d0af" | 11 | SRCREV = "7a43a3655ceffa9f0f7fd68262d8d478c6d0d0af" |
| 12 | SRC_URI = "git://github.com/OSSystems/inih.git;protocol=git" | 12 | SRC_URI = "git://github.com/OSSystems/inih.git" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb index e1e5ff28f7..0a378b4805 100644 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 5 | DEPENDS = "udev" | 5 | DEPENDS = "udev" |
| 6 | 6 | ||
| 7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" | 7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" |
| 8 | SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git" | 8 | SRC_URI = "git://git.0pointer.de/libatasmart.git" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/lockdev/lockdev_git.bb b/meta-oe/recipes-support/lockdev/lockdev_git.bb index beec5a673b..22d14b91f8 100644 --- a/meta-oe/recipes-support/lockdev/lockdev_git.bb +++ b/meta-oe/recipes-support/lockdev/lockdev_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM="file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | PV = "1.0.3+git${SRCPV}" | 6 | PV = "1.0.3+git${SRCPV}" |
| 7 | 7 | ||
| 8 | SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795" | 8 | SRCREV = "16b899645d32012cc94cc9232f64d4ddaaf0b795" |
| 9 | SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git;protocol=git" | 9 | SRC_URI = "git://anonscm.debian.org/lockdev/lockdev.git" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb index 6bf1d85a8d..ed87a141c6 100644 --- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb | |||
| @@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | |||
| 7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git" | 10 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" |
| 11 | S = "${WORKDIR}/git/tools/serial_forward" | 11 | S = "${WORKDIR}/git/tools/serial_forward" |
| 12 | 12 | ||
| 13 | inherit autotools native | 13 | inherit autotools native |
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb index cf66556af0..240597ce04 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
| @@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | |||
| 7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git" | 10 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" |
| 11 | S = "${WORKDIR}/git/tools/serial_forward" | 11 | S = "${WORKDIR}/git/tools/serial_forward" |
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools |
diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index 4e76534044..0d22d1df5e 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | |||
| @@ -10,7 +10,7 @@ PR = "r1" | |||
| 10 | 10 | ||
| 11 | inherit autotools perlnative vala | 11 | inherit autotools perlnative vala |
| 12 | 12 | ||
| 13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" | 13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} = "ttf-liberation-mono" | 16 | RDEPENDS_${PN} = "ttf-liberation-mono" |
