diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-13 17:15:51 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 11:00:54 +0200 |
commit | 07bbd665e6f22e133964c20326c2ec60a7e2841f (patch) | |
tree | beaa50c524ce223e7522cf4b3f3165f49d2a00e3 /meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb | |
parent | 7417c35df9d51efed015823a114839b574f67e38 (diff) | |
download | meta-openembedded-07bbd665e6f22e133964c20326c2ec60a7e2841f.tar.gz |
python-lxml,python3-lxml: Fix libxslt format warnings
Found with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb b/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb index ff4bc7faa..8b13d2dd2 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_3.7.3.bb | |||
@@ -1,2 +1,6 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-lxml.inc | 2 | require python-lxml.inc |
3 | |||
4 | SRC_URI = "${PYPI_SRC_URI} \ | ||
5 | file://0001-lxml.etree-Add-empty-variadic-argument.patch \ | ||
6 | " | ||