diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-11-11 09:06:40 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-12-08 14:38:16 -0500 |
| commit | ccff82ad8bc3a473962ea96515d7e601cde29fa4 (patch) | |
| tree | f515fe426714d48a1894ec791ecaf5a646ac7e16 /meta-oe | |
| parent | 07dcc9149b00714384a032d1ff9c97ee73672480 (diff) | |
| download | meta-openembedded-ccff82ad8bc3a473962ea96515d7e601cde29fa4.tar.gz | |
libjs-jquery-cookie: update branch from master to main
* it was updated in nanbield with upgrade to 3.0.5 in:
fc0a506bde libjs-jquery-cookie: upgrade 3.0.1 -> 3.0.5
* drop duplicated protocol param as in mickledore:
2e0a581bee recipes: Remove double protocol= from SRC_URIs
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -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..4061e677e6 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=main" |
| 7 | 7 | ||
| 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" | 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" |
| 9 | 9 | ||
