diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-04-05 01:50:47 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
| commit | 2e0a581bee7fc15a78f6e19ba1e596930edee414 (patch) | |
| tree | cc915bf6362b58bae22678a1616c50083fbc460c /meta-oe/recipes-devtools | |
| parent | 4decf7d0a71c4bc3056349d0c5f5a097d17b1cc0 (diff) | |
| download | meta-openembedded-2e0a581bee7fc15a78f6e19ba1e596930edee414.tar.gz | |
recipes: Remove double protocol= from SRC_URIs
With the exception of paho-mqtt-cpp, the double protocol= attributes
were added to the SRC_URIs when protocol=https was added to all SRC_URIs
fetching from github.com in commit b402a3076f (recipes: Update SRC_URI
branch and protocols).
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 976bb482aa..d690dd4f02 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
| @@ -14,7 +14,7 @@ PV = "7.91+git${SRCPV}" | |||
| 14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" | 14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" |
| 15 | 15 | ||
| 16 | DEPENDS = "elfutils" | 16 | DEPENDS = "elfutils" |
| 17 | SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http;protocol=https \ | 17 | SRC_URI = "git://github.com/sparkleholic/ltrace.git;protocol=https;branch=master \ |
| 18 | file://configure-allow-to-disable-selinux-support.patch \ | 18 | file://configure-allow-to-disable-selinux-support.patch \ |
| 19 | file://0001-replace-readdir_r-with-readdir.patch \ | 19 | file://0001-replace-readdir_r-with-readdir.patch \ |
| 20 | file://0001-Use-correct-enum-type.patch \ | 20 | file://0001-Use-correct-enum-type.patch \ |
