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-core | |
| 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-core')
| -rw-r--r-- | meta-oe/recipes-core/emlog/emlog.inc | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 824787083a..208b39acd4 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc | |||
| @@ -3,7 +3,7 @@ most recent (and only the most recent) output from a process" | |||
| 3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master" |
| 7 | SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" | 7 | SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb index 07c5cc9394..c6db78b4ab 100644 --- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb +++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "readline" | |||
| 6 | 6 | ||
| 7 | PV = "2.3.3+git${SRCPV}" | 7 | PV = "2.3.3+git${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \ |
| 10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ | 10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" | 12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" |
