| commit | 4b49048ef0f7db2f1c7077bbe4edf5a397437baf | [log] [tgz] |
|---|---|---|
| author | Imre Kis <imre.kis@arm.com> | Fri Feb 14 14:17:58 2020 +0100 |
| committer | Imre Kis <imre.kis@arm.com> | Mon Feb 17 14:35:09 2020 +0000 |
| tree | 6eabfaa00da1d3563924238ec2cbe24866ecbaa0 | |
| parent | c82069c7899e27ed94efa41cce0c53ff33d3848b [diff] |
Fix build with XML::LibXML 2.0202 Perl module Version 2.0202 of XML::LibXML changes the default behaviour regarding external entities. This results empty tests_list.h and tests_list.c generated by generate_test_list.pl. By enabling explicitly to expand entities the script works correctly. The modified initalization of LibXML is compatible with older versions of the module. Change-Id: Icb951542e70870bddda44d03030eb1fe49689374 Signed-off-by: Imre Kis <imre.kis@arm.com>