Libhtp is not bundled during build suricata

hello ,
I am workign on YOCTO + devtool and iam build suricata using devtool build suricata but got this error

ERROR: Libhtp is not bundled. Get libhtp by doing:
| git clone GitHub - OISF/libhtp: LibHTP is a security-aware parser for the HTTP protocol and the related bits and pieces.
| Then re-run Suricata’s autogen.sh and configure script.
| Or, if libhtp is installed in a different location,
| pass --enable-non-bundled-htp to Suricata’s configure script.
| Add --with-libhtp-includes= and --with-libhtp-libraries= if
| libhtp is not installed in the include and library paths.

i am trying to resolve but didt get any solution can you help me ??

Hi,

Can you give us a bit more information?

How are you obtaining your suricata source?

JT

using devtool add suricata GitHub - rust-lang/rust: Empowering everyone to build reliable and efficient software.
and also build same using devtool build suricata.

i working on YOCTO + devtool (environment-setup-armv7ahf-neon-poky-linux-gnueabi) .

I am not familiar with devtool or yocto but found this while reading about them.

Hopefully that helps, your question may be better answered on a yocto forum as this is more tooling specific than suricata related.

JT