On 24 Jan 2024, at 16:46, Daniele Lugli via lists.yoctoproject.org 
<daniele.lugli=gmail....@lists.yoctoproject.org> wrote:
> 
> Hi all,
> 
> Is there a way to have autotools available in the recipe, but without 
> automatically executing configure and make?
> 
> So I could have my own invocations of make, make modules, make 
> modules_install etc

Yes:

inherit autotools

do_compile() {
  # this replaces the do_compile from autotools. You can run it by calling 
autotools_do_compile.
}

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62264): https://lists.yoctoproject.org/g/yocto/message/62264
Mute This Topic: https://lists.yoctoproject.org/mt/103796912/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to