diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2019-02-14 09:58:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-15 06:45:43 -0800 |
commit | 984d43f5086089cc80864256ead137411bf147b8 (patch) | |
tree | 0884071deac51f96cf2402b45cca7ba8e9cfd6d3 /meta-python/recipes-devtools/python/python3-pycparser_2.19.bb | |
parent | f4270950bd5a14cfa9c51b4ea05eaca8f09c168b (diff) | |
download | meta-openembedded-984d43f5086089cc80864256ead137411bf147b8.tar.gz |
python-pycparser: upgrade to 2.19
Upgrade python-pycparser from 2.18 to 2.19
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pycparser_2.19.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycparser_2.19.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb new file mode 100644 index 000000000..7cc024ea0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-pycparser.inc | ||
3 | |||
4 | RDEPENDS_${PN}_class-target += "\ | ||
5 | ${PYTHON_PN}-netclient \ | ||
6 | " | ||