]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: fix non-deterministic libxml2 dependency
authorChristopher Larson <chris_larson@mentor.com>
Tue, 24 May 2016 16:28:40 +0000 (09:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:29 +0000 (09:30 +0100)
commit16c30d85a8bae3cbebb80c082ccd34e2ab0d2540
treec0f807b130eed5747db04d6181c829080cf24ad9
parentd603a6abf5abff2d1ccee902e0eb9f651aeb121e
dhcp: fix non-deterministic libxml2 dependency

This dependency was floating, which results in non-deterministic builds. Add
a configure argument and associated PACKAGECONFIG to fix this.

The libxml dep is only needed when bind was built with a dep on libxml due to
its httpstats feature. So, when you enable the httpstats config in bind, and
want to build dhcp, be sure to also enable the bind-httpstats config in dhcp.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/dhcp/dhcp/libxml2-configure-argument.patch [new file with mode: 0644]
meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb