From b79176adb306d6802d1219dfadfa7ffe080efb22 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 2 Sep 2013 02:54:11 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/serial-utils/pty-forward-native.bb | 2 +- meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support/serial-utils') 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" PV = "1.1+gitr${SRCPV}" PR = "r0" -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git" +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" S = "${WORKDIR}/git/tools/serial_forward" 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" PV = "1.1+gitr${SRCPV}" PR = "r0" -SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git" +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" S = "${WORKDIR}/git/tools/serial_forward" inherit autotools -- cgit 1.2.3-korg