diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-05-23 20:42:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-27 17:06:34 +0100 |
commit | c1b73ad2eb37c30406f0a28a65f350ef65a20320 (patch) | |
tree | a1e6f09348302f72579dd319d5e4ac83ab91a4ac /meta/recipes-connectivity/openssl/openssl_1.1.1b.bb | |
parent | cf5dd9812c3a10f936ae7f48a9d9520994ddffce (diff) | |
download | poky-c1b73ad2eb37c30406f0a28a65f350ef65a20320.tar.gz |
texinfo-dummy-native: Rewrite template.py to use argparse
The original version of template.py parses the arguments manually. This
fails when looking for the -E option if, e.g., an -I option is specified
without any space before its argument, and that argument contains the
letter 'E'.
A minor difference to the original version is that it parsed the
arguments in the order they were specified on the command line whereas
this version will always handle -E before -o.
(From OE-Core rev: 60e8de529eb0dfd546d96af3c2cdd7f23041ab45)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.1b.bb')
0 files changed, 0 insertions, 0 deletions