Hi Ruoqin, On 03/30/2018 06:10 PM, Zheng, Ruoqin wrote: > Hi, > > I got the following error when building wireshark 2.4.5 during do_configure, > ...... > | checking for libgcrypt-config... > /yocto/work001/fnst/huangqy/upgrade/build/tmp/work/i586-poky-linux/wireshark/1_2.4.5-r0/recipe-sysroot/usr/bin/crossscripts/libgcrypt-config > | checking for LIBGCRYPT - version >= 1.4.2... ERROR: > /usr/bin/libgcrypt-config should not be used, use an alternative such as > pkg-config > | ../wireshark-2.4.5/configure: line 20214: test: > --should-not-have-used-/usr/bin/libgcrypt-config: integer expression expected > | ../wireshark-2.4.5/configure: line 20217: test: > --should-not-have-used-/usr/bin/libgcrypt-config: integer expression expected > .....
You will have to change wireshark configure to use pkg-config for libgcrypt instead of relying on binconfig file to get the version and flags. Thanks, Anuj -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
