TotalCross / meta-totalcross

OpenEmbedded/Yocto Project support layer for TotalCross
MIT License
1 stars 3 forks source link

Skia Fails due to Unknown Function. set_sources_assignment_filter([]) #5

Open MattReid73 opened 2 years ago

MattReid73 commented 2 years ago

Hi, I am trying to add the TotalCross layer into my embedded Linux image based on the Toradex Multimedia Reference Image. When trying to build skia which is using the skia_71.bb recipe from meta_totalcross it fails to build gn.

Error at //BUILD.gn:858:3: Unknown function. set_souces_assingment_filter([])

Searching the error show that this is probably due to gn not being backward compatible: https://github.com/nodejs/build/issues/2696 but what version of gn or meta-browser does meta-totalcross require?

Thanks Matt