meta-freescale/recipes-bsp/imx-uuc
Tom Hochstein 1d997dd2aa 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.

6d327a39be

imx-uuc doesn't need autotools, just a simple do_install implementation.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-04-02 09:18:58 -03:00
..
imx-uuc_git.bb imx-uuc: Don't inherit autotools 2025-04-02 09:18:58 -03:00