[libcamera-devel,v1,0/1] utils: ipc: parser.py to prefer local mojom
mbox series

Message ID 20230331084545.633068-1-chenghaoyang@google.com
Headers show
Series
  • utils: ipc: parser.py to prefer local mojom
Related show

Message

Cheng-Hao Yang March 31, 2023, 8:45 a.m. UTC
The builder of soraka-libcamera has been failing for a month, which I
believe is because of the mixture of usage of the chromeos system mojom
library and the libcamera local one. The CL in chromium that
re-prioritize the sys path:
https://chromium-review.googlesource.com/c/chromium/src/+/4321447

This patch prioritizes the local mojom library in libcamera to generate
mojom related code.

Tested on chromebook soraka-libcamera. Please take a look if it makes
sense. Thanks!

BR,
Harvey


Harvey Yang (1):
  utils: ipc: Update parser.py

 utils/ipc/parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)