mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:16:28 +00:00
serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URI
* causing multiple files and checkouts in downloads directory for same revision 4,3M downloads/git2/git.freesmartphone.org.cornucopia 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f1507be3a0
commit
506d990f72
@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
|
||||
PV = "1.1+gitr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git"
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
|
||||
S = "${WORKDIR}/git/tools/serial_forward"
|
||||
|
||||
inherit autotools native
|
||||
|
||||
@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
|
||||
PV = "1.1+gitr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git"
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
|
||||
S = "${WORKDIR}/git/tools/serial_forward"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user