File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
meta-chromium/recipes-browser/chromium Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -412,26 +412,6 @@ python do_create_v8_qemu_wrapper () {
412412do_create_v8_qemu_wrapper [dirs ] = "${B} "
413413addtask create_v8_qemu_wrapper after do_patch before do_configure
414414
415- # Check the LLVMVERSION defined in the meta-clang layer. Given Chromium is
416- # developed using new C++ features, the LLVMVERSION has to be >= 14. Otherwise,
417- # it is not guaranteed that Chromium will compile.
418- python do_check_llvm_version () {
419- from distutils . version import LooseVersion
420-
421- min_llvm_version = "14.0.0"
422- llvm_version = d . getVar ('LLVMVERSION' , False )
423- if not llvm_version :
424- bb . warn ("Unable to determine LLVM version. Chromium may not be compiled "
425- "successfully if the LLVM version is below %s." % min_llvm_version )
426- return
427-
428- if LooseVersion (llvm_version ) < LooseVersion (min_llvm_version ):
429- bb . fatal ("Your LLVMVERSION (%s) is lower than the minimum required "
430- "LLVMVERSION (%s). If you are using dunfell, make sure you "
431- "use dunfell-clang14 branch." % (llvm_version , min_llvm_version ))
432- }
433- addtask check_llvm_version before do_configure
434-
435415python do_write_toolchain_file () {
436416 """Writes a BUILD.gn file for Yocto detailing its toolchains."""
437417 toolchain_dir = d . expand ("${S} /build/toolchain/yocto" )
You can’t perform that action at this time.
0 commit comments