Message ID | 20250318182612.10499-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master/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 50debb36..5f9d53e7 100644 --- a/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb +++ b/meta-arago-extras/recipes-extended/sysrepo/nw-configurator.bb @@ -10,7 +10,7 @@ UNPACKDIR = "${S}" DEPENDS = "sysrepo" -inherit autotools pkgconfig +inherit pkgconfig do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -I=${STAGING_INCDIR} ${S}/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(-)