diff options
author | Derek Straka <derek@asterius.io> | 2017-07-24 14:37:55 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:19:02 +0200 |
commit | d07b4e7e35aa9d308b6f9fff5a129c46e868ad02 (patch) | |
tree | b80694770a8ac3f7e90d9fc3889e4a1e985aab0c /meta-python/recipes-devtools/python/python-pycparser.inc | |
parent | b3eb3c647dc86306d9346bea621fb4b6994ec461 (diff) | |
download | meta-openembedded-d07b4e7e35aa9d308b6f9fff5a129c46e868ad02.tar.gz |
python-pycparser: update to version 2.18
Update license checksum and verify terms are unchanged
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycparser.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycparser.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc index 4913f42aae..d2fdbfd5a3 100644 --- a/meta-python/recipes-devtools/python/python-pycparser.inc +++ b/meta-python/recipes-devtools/python/python-pycparser.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Parser of the C language, written in pure Python" | 1 | SUMMARY = "Parser of the C language, written in pure Python" |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0cfca7bbc0610f849707d9e4fd82eac" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "ca98dcb50bc1276f230118f6af5a40c7" | 5 | SRC_URI[md5sum] = "72370da54358202a60130e223d488136" |
6 | SRC_URI[sha256sum] = "0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6" | 6 | SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
9 | 9 | ||