jquery is only used by the diffoscope selftests and 4.0 included some API changes, so I’m concerned that this would need to be validated with diffoscope. I have a patch that I’m testing now to remove this recipe entirely, so we can drop this.
Ross > On 22 Jan 2026, at 09:05, wangmy via lists.openembedded.org > <[email protected]> wrote: > > From: Wang Mingyu <[email protected]> > > License-Update: Use named exports in src/ > > Signed-off-by: Wang Mingyu <[email protected]> > --- > .../jquery/{jquery_3.7.1.bb => jquery_4.0.0.bb} | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta/recipes-devtools/jquery/{jquery_3.7.1.bb => jquery_4.0.0.bb} (80%) > > diff --git a/meta/recipes-devtools/jquery/jquery_3.7.1.bb > b/meta/recipes-devtools/jquery/jquery_4.0.0.bb > similarity index 80% > rename from meta/recipes-devtools/jquery/jquery_3.7.1.bb > rename to meta/recipes-devtools/jquery/jquery_4.0.0.bb > index 0de92e041e..12480fef05 100644 > --- a/meta/recipes-devtools/jquery/jquery_3.7.1.bb > +++ b/meta/recipes-devtools/jquery/jquery_4.0.0.bb > @@ -3,7 +3,7 @@ HOMEPAGE = "https://jquery.com/" > DESCRIPTION = "${SUMMARY}" > LICENSE = "MIT" > SECTION = "devel" > -LIC_FILES_CHKSUM = > "file://${S}/${BP}.js;beginline=5;endline=7;md5=9c7c6e9ab275fc1e0d99cb7180ecd14c" > +LIC_FILES_CHKSUM = > "file://${S}/${BP}.js;beginline=5;endline=7;md5=cc4cd2ec01b168aa853fb281c97902bb" > > # unpack items to ${S} so the archiver can see them > # > @@ -16,9 +16,9 @@ SRC_URI = "\ > # Explicitly set to 1991-10-18 20:00:00.000000000 > SOURCE_DATE_EPOCH = "687787200" > > -SRC_URI[js.sha256sum] = > "78a85aca2f0b110c29e0d2b137e09f0a1fb7a8e554b499f740d6744dc8962cfe" > -SRC_URI[min.sha256sum] = > "fc9a93dd241f6b045cbff0481cf4e1901becd0e12fb45166a8f17f95823f0b1a" > -SRC_URI[map.sha256sum] = > "5e7d6d9c28b7f21006535e8875eb47e9667852a14c4624eed301c6cea19ae62b" > +SRC_URI[js.sha256sum] = > "f5fb077959ca06faa1dc50761d8bbb836c6c78067932537a2b3fea9e401257c5" > +SRC_URI[min.sha256sum] = > "39a546ea9ad97f8bfaf5d3e0e8f8556adb415e470e59007ada9759dce472adaa" > +SRC_URI[map.sha256sum] = > "7d4a0882fe3f8ed0709ec7ebef361d67939488de2e0a6ce41b3bba82857895ef" > > UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js" > > -- > 2.43.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230129): https://lists.openembedded.org/g/openembedded-core/message/230129 Mute This Topic: https://lists.openembedded.org/mt/117397165/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
