libcamera: Override invalid do_configure:prepend [YOCIMX-8351]

The logic in the base 0.3.0 recipe for disabling Python support does
nothing now since Python support is now controlled with a separate
knob.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-09-26 13:26:24 -05:00
parent a44f166b65
commit 0192e258da

View File

@ -100,5 +100,9 @@ SRCREV = "9882e1276c57c599a320306af9acf9a2a5c5da06"
PACKAGECONFIG = "gst"
do_configure:remove() {
sed -i -e 's|py_compile=True,||' ${S}/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py
}
COMPATIBLE_MACHINE = "(mx95-nxp-bsp)"
########### End of i.MX overrides #########