Message ID | 20250318183359.23509-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,scarthgap] nw-configurator: Do not inherit autotools | expand |
diff --git a/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb index 7769334a..abc3fdd9 100644 --- a/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb @@ -9,7 +9,7 @@ S = "${WORKDIR}" DEPENDS = "sysrepo" -inherit autotools pkgconfig +inherit pkgconfig do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -I=${STAGING_INCDIR} ${WORKDIR}/nw-configurator.c -o nw-configurator -lsysrepo
This recipe does not use autotools at all and it is now an error to inherit autotools and not have a configure script. [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=6d327a39befae44a88a812bdf4acde800dcee57b Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)