<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">After I add a new application (such as <i>sdbus</i> or<i> phosphor-fan-presence</i>) using DEVTOOL, I build it with BITBAKE, but it always get error like this:</div><div dir="ltr">##########################################################</div><div dir="ltr"><div dir="ltr">NOTE: Executing RunQueue Tasks</div><div dir="ltr">ERROR: sdbusplus-1.0+git999-r0 do_configure: configure failed</div><div dir="ltr">ERROR: sdbusplus-1.0+git999-r0 do_configure: Function failed: do_configure (log file is located at /home/sheldon13/dev/openbmc-2.2/build/tmp/work/armv5e-openbmc-linux-gnueabi/sdbusplus/1.0+git999-r0/temp/log.do_configure.114229)</div><div dir="ltr">ERROR: Logfile of failure stored in: /home/sheldon13/dev/openbmc-2.2/build/tmp/work/armv5e-openbmc-linux-gnueabi/sdbusplus/1.0+git999-r0/temp/log.do_configure.114229</div><div dir="ltr">Log data follows:</div><div dir="ltr">| DEBUG: Executing python function externalsrc_configure_prefunc</div><div>############################################################</div><div><br></div><div><br></div><div><br></div><div>My recipe file <i><a href="http://sdbusplus_git.bb">sdbusplus_git.bb</a></i> was automatically generated by the DEVTOOL command ,it is like this:</div><div>##################################################################################################################</div><div><div># Recipe created by recipetool</div><div># This is the basis of a recipe and may need further editing in order to be fully functional.</div><div># (Feel free to remove these comments when editing.)</div><div><br></div><div># WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is</div><div># your responsibility to verify that the values are complete and correct.</div><div>#</div><div># The following license files were not able to be identified and are</div><div># represented as "Unknown" below, you will need to check them yourself:</div><div>#   LICENSE</div><div>LICENSE = "Unknown"</div><div>LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"</div><div><br></div><div>SRC_URI = "git://<a href="http://github.com/openbmc/sdbusplus.git;protocol=https">github.com/openbmc/sdbusplus.git;protocol=https</a>"</div><div><br></div><div># Modify these as desired</div><div>PV = "1.0+git${SRCPV}"</div><div>SRCREV = "09c981700d7bd98eed54a670e959a424585dcd84"</div><div><br></div><div>S = "${WORKDIR}/git"</div><div><br></div><div># NOTE: the following library dependencies are unknown, ignoring: gtest gmock</div><div>#       (this is based on recipes that have previously been built and packaged)</div><div>DEPENDS = "gtest systemd"</div><div><br></div><div># NOTE: if this software is not capable of being built in a separate build directory</div><div># from the source, you should replace autotools with autotools-brokensep in the</div><div># inherit line</div><div>inherit pkgconfig pythonnative autotools</div><div><br></div><div># Specify any options you want to pass to the configure script using EXTRA_OECONF:</div><div>EXTRA_OECONF = ""</div></div><div>###############################################################################################################</div><div>and I didn't change the recipe and didn't know how to change it. Can you help me build my project?</div></div></div></div></div></div></div></div>