]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: search libxml2 for bind
authorAwais Belal <awais_belal@mentor.com>
Tue, 12 Jan 2016 09:55:03 +0000 (14:55 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2016 00:03:52 +0000 (00:03 +0000)
commita9e4edb2b5304e7493b791f3b3f76d37af5433ff
tree5d2a5569b6aac130e0b3cc093309f4d9587a3bce
parent1dec024b020b04375bc80df5c722a62e63ff7732
dhcp: search libxml2 for bind

libdns requires libxml2 if bind was built with libxml2 support
enabled. Compilation will fail for omapip/test.c in case
-lxml2 isn't used during the build. So, we add losely coupled
search path which will pick up the lib if it is present.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/dhcp/dhcp.inc
meta/recipes-connectivity/dhcp/dhcp/search-for-libxml2.patch [new file with mode: 0644]