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-support/libjs | |
| 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-support/libjs')
| -rw-r--r-- | meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb index 2db16e114e..53882b2f34 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" | 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" |
| 9 | 9 | ||
