简体   繁体   English

Bitbake 自动工具

[英]Bitbake autotools

I have set up a recipe of mine to use autotools to make my project.我已经设置了我的食谱来使用 autotools 来制作我的项目。 I recently decided to run bitbake with the verbose output turned on.我最近决定在打开详细 output 的情况下运行 bitbake。 I noticed nowhere in my build or compilation does autogen.sh get called.我注意到在我的构建或编译中没有任何地方调用了autogen.sh It goes straight to my configure.ac .它直接进入我的configure.ac

Why is this?为什么是这样? I thought autogen.sh was required.我认为autogen.sh是必需的。 Is there a way to make it use autogen.sh ?有没有办法让它使用autogen.sh

OE-Core's autotools.bbclass is setup to run autoreconf, libtoolize and the other tools needed itself without using the autogen.sh since they can vary a lot in quality. OE-Core 的 autotools.bbclass 被设置为运行 autoreconf、libtoolize 和其他需要的工具,而不使用 autogen.sh,因为它们的质量差异很大。 Your software will have configure regenerated, it just won't use the helper script.您的软件将重新生成配置,只是不会使用帮助脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM