commit | 23cef269cff65cf02a39ae9493c76851331ca496 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Fri Feb 14 14:17:58 2020 +0100 |
committer | Saheer Babu <saheer.babu@arm.com> | Tue Jan 21 12:28:44 2025 +0000 |
tree | bf2c7b26933c3cf96be2001a1dd76f22183bf73f | |
parent | 027f94365a3beda9b7353d3ed44cf035373212f5 [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>