diff options
| author | Jan Luebbe <jlu@pengutronix.de> | 2023-02-18 16:43:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-18 13:19:36 -0800 |
| commit | 6c48a651b6928d2a069bf0d1b4ac2f17771d67f6 (patch) | |
| tree | 65fc7bcfd1c1fc19f04ed97ec85258f1fc82dd1c | |
| parent | afc76372398229973e205b71a25ee9b636aec54d (diff) | |
| download | meta-openembedded-6c48a651b6928d2a069bf0d1b4ac2f17771d67f6.tar.gz | |
atftp: use https for git repository access
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb b/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb index 359d8b365f..507621795f 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5" | |||
| 6 | 6 | ||
| 7 | SRCREV = "d5c27eb7a9695d83569767e27ef69674173db39a" | 7 | SRCREV = "d5c27eb7a9695d83569767e27ef69674173db39a" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master \ | 9 | SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master;protocol=https \ |
| 10 | file://atftpd.init \ | 10 | file://atftpd.init \ |
| 11 | file://atftpd.service \ | 11 | file://atftpd.service \ |
| 12 | " | 12 | " |
