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 | |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycparser.inc | 5 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycparser_2.19.bb (renamed from meta-python/recipes-devtools/python/python-pycparser_2.18.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycparser_2.19.bb (renamed from meta-python/recipes-devtools/python/python3-pycparser_2.18.bb) | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc index d112d9f77..47a0e0e97 100644 --- a/meta-python/recipes-devtools/python/python-pycparser.inc +++ b/meta-python/recipes-devtools/python/python-pycparser.inc | |||
@@ -3,8 +3,9 @@ HOMEPAGE = "https://github.com/eliben/pycparser" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "72370da54358202a60130e223d488136" | 6 | SRC_URI[md5sum] = "76396762adc3fa769c83d8e202d36b6f" |
7 | SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" | 7 | SRC_URI[sha256sum] = "a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3" |
8 | |||
8 | 9 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
10 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb index 98742737f..98742737f 100644 --- a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb +++ b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb index 7cc024ea0..7cc024ea0 100644 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb | |||