]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: fix build issue with libxml2 support
authorAwais Belal <awais_belal@mentor.com>
Wed, 8 Nov 2017 07:58:41 +0000 (12:58 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commita17f3ec910366e9e7551fa24fbc07929b9584341
tree1796f4240ed07c16670ed21420b7cdf829fe259e
parent77375b50e23555c3a2d24f2b41771e4d43c5b026
dhcp: fix build issue with libxml2 support

A missing case breaks the build when libxml2 is
required and found appropriately. The third argument
to the function AC_SEARCH_LIB is action-if-found which
was mistakenly been used for the case where the library
is not found and hence breaks the configure phase
where it shoud actually pass.
We now pass on silently when action-if-found is
executed.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/dhcp/dhcp/0012-dhcp-correct-the-intention-for-xml2-lib-search.patch [new file with mode: 0644]
meta/recipes-connectivity/dhcp/dhcp_4.3.6.bb