From 4970b91a0a19236b5af0ef1b34e155c73cabb03a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jun 2026 18:07:25 +0800 Subject: [PATCH] libjs-jquery-cookie: upgrade 3.0.7 -> 3.0.8 Changelog: ============ - Restore ES5 compatibility, inadvertently broken in 3.0.7 - Lift Node version restriction, inadvertently restricted to >= 20 in 3.0.7 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...bjs-jquery-cookie_3.0.7.bb => libjs-jquery-cookie_3.0.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/libjs/{libjs-jquery-cookie_3.0.7.bb => libjs-jquery-cookie_3.0.8.bb} (94%) diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.8.bb similarity index 94% rename from meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb rename to meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.8.bb index 7544ad4d9b..bfd07fa42c 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.8.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "17bacba0171dd022728d8fdeba3203c60791bf58" - +SRCREV = "d7a10966e3f2cbcbfa96e34e7544d23aab9e3372" JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie"