mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 14:36:02 +01:00
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:
parent
a44f166b65
commit
0192e258da
|
|
@ -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 #########
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user