diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-04-04 20:42:46 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:58 -0700 |
| commit | 395838d3f0a57e9af912a2b92ab880b655ec07cd (patch) | |
| tree | 5d233105a6d9c754413888c0be8ffb447ada30dc /meta-oe/recipes-support/serial-utils | |
| parent | 5fc717746b50e7d943da9a1fef03688367b4c76d (diff) | |
| download | meta-openembedded-395838d3f0a57e9af912a2b92ab880b655ec07cd.tar.gz | |
serial-forward: fix fetch error
removed protcol parameter.
WARNING: Failed to fetch URL git://github.com/freesmartphone/cornucopia.git;protocol=https, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/akuster/oss/downloads/git2/github.com.freesmartphone.cornucopia.git'...
fatal: Unable to find remote helper for 'https'
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils')
| -rw-r--r-- | meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ad1e1eddcd..6494de9d38 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "console/devel" | |||
| 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" |
| 7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git" |
| 10 | S = "${WORKDIR}/git/tools/serial_forward" | 10 | S = "${WORKDIR}/git/tools/serial_forward" |
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
