diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-18 12:42:02 -0700 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-02 09:18:58 -0300 |
commit | 1d997dd2aa53886dffc8ff726d3013e734bbe717 (patch) | |
tree | 2bc309717d66630e29a3c91295552460f51e2c48 /classes/use-imx-security-controller-firmware.bbclass | |
parent | ab5c94e1376936cbbe2009c2e86f9b9be4777bfb (diff) | |
download | meta-freescale-1d997dd2aa53886dffc8ff726d3013e734bbe717.tar.gz |
imx-uuc: Don't inherit autotools
The do_configure task is failing:
```
ERROR: imx-uuc-0.5.1+git-r1 do_configure: no configure script found at ./configure
```
It appears to be due to this OE-Core change:
autotools: require that a configure script exists
There's no point inheriting autotools if you're not actually going to
run a configure script, so make a missing configure script fatal.
https://github.com/openembedded/openembedded-core/commit/6d327a39befae44a88a812bdf4acde800dcee57b
imx-uuc doesn't need autotools, just a simple do_install implementation.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'classes/use-imx-security-controller-firmware.bbclass')
0 files changed, 0 insertions, 0 deletions