@@ -23,11 +23,8 @@ SRC_URI += " \
23
23
file://0013-Fix-html_minifier-script-for-node-v12.patch \
24
24
file://0015-drop-gsimple-template-names.patch \
25
25
file://0016-cast-to-bool-to-avoid-constexpr-error.patch \
26
- file://0017-Revert-WebUI-Update-Rollup-to-v3.12.0.patch \
27
- file://0018-Revert-Fix-std-span-autodetection-7805.patch \
28
- file://0019-Backport-Fix-deps-for-feed_response.proto.patch \
29
- file://0020-Only-default-operator-on-declaration.patch \
30
- file://fix-libc-version-include.patch \
26
+ file://0017-Revert-Fix-std-span-autodetection-7805.patch \
27
+ file://0018-Only-default-operator-on-declaration.patch \
31
28
"
32
29
33
30
SRC_URI :append :libc -musl = "\
@@ -46,6 +43,7 @@ SRC_URI:append:libc-musl = "\
46
43
file://musl/credentials-header.patch \
47
44
file://musl/fstatat64.patch \
48
45
file://musl/no-res-ninit-nclose.patch \
46
+ file://musl/fix-libc-version-include.patch \
49
47
"
50
48
51
49
ANY_OF_DISTRO_FEATURES = "opengl vulkan"
@@ -412,19 +410,6 @@ do_add_nodejs_symlink () {
412
410
}
413
411
addtask add_nodejs_symlink after do_configure before do_compile
414
412
415
- # This is a workaround for nodejs in dunfell, whose version does not work
416
- # with the latest rollup release.
417
- do_update_node_modules () {
418
- cd "${S} /third_party/node"
419
- # https://source.chromium.org/chromium/chromium/src/+/main:third_party/node/update_npm_deps;l=19-23;drc=9d0a62c93ec2ed1856f01ea32719486342d0c21f
420
- PATH = "$PATH:${STAGING_BINDIR_NATIVE} " "${STAGING_BINDIR_NATIVE} /npm" install --no -bin -links --only = prod
421
- patch -d node_modules /@types /d3 / -p1 < chromium_d3_types_index . patch
422
- patch -d node_modules /html -minifier / -p1 < html_minifier . patch
423
- patch -p1 < typescript . patch
424
- cd -
425
- }
426
- addtask do_update_node_modules after do_configure before do_compile
427
-
428
413
do_configure () {
429
414
cd ${S}
430
415
python3 . /build /linux /unbundle /replace_gn_files . py --system -libraries ${GN_UNBUNDLE_LIBS}
0 commit comments