From d07b4e7e35aa9d308b6f9fff5a129c46e868ad02 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 24 Jul 2017 14:37:55 -0400 Subject: python-pycparser: update to version 2.18 Update license checksum and verify terms are unchanged Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pycparser.inc | 6 +++--- meta-python/recipes-devtools/python/python-pycparser_2.17.bb | 2 -- meta-python/recipes-devtools/python/python-pycparser_2.18.bb | 2 ++ meta-python/recipes-devtools/python/python3-pycparser_2.17.bb | 6 ------ meta-python/recipes-devtools/python/python3-pycparser_2.18.bb | 6 ++++++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.17.bb create mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.18.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pycparser_2.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-pycparser_2.18.bb (limited to 'meta-python') 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 @@ SUMMARY = "Parser of the C language, written in pure Python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d0cfca7bbc0610f849707d9e4fd82eac" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" -SRC_URI[md5sum] = "ca98dcb50bc1276f230118f6af5a40c7" -SRC_URI[sha256sum] = "0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6" +SRC_URI[md5sum] = "72370da54358202a60130e223d488136" +SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.17.bb b/meta-python/recipes-devtools/python/python-pycparser_2.17.bb deleted file mode 100644 index adbc1a8f46..0000000000 --- a/meta-python/recipes-devtools/python/python-pycparser_2.17.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pycparser.inc diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python-pycparser_2.18.bb new file mode 100644 index 0000000000..adbc1a8f46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycparser_2.18.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pycparser.inc diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.17.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.17.bb deleted file mode 100644 index 7cc024ea09..0000000000 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.17.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools3 -require python-pycparser.inc - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-netclient \ - " diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb new file mode 100644 index 0000000000..7cc024ea09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-pycparser.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-netclient \ + " -- cgit v1.2.3-54-g00ecf