From 984d43f5086089cc80864256ead137411bf147b8 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Thu, 14 Feb 2019 09:58:58 +0800 Subject: python-pycparser: upgrade to 2.19 Upgrade python-pycparser from 2.18 to 2.19 Signed-off-by: Hong Liu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pycparser.inc | 5 +++-- meta-python/recipes-devtools/python/python-pycparser_2.18.bb | 6 ------ meta-python/recipes-devtools/python/python-pycparser_2.19.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-pycparser_2.18.bb | 6 ------ meta-python/recipes-devtools/python/python3-pycparser_2.19.bb | 6 ++++++ 5 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.18.bb create mode 100644 meta-python/recipes-devtools/python/python-pycparser_2.19.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pycparser_2.18.bb create mode 100644 meta-python/recipes-devtools/python/python3-pycparser_2.19.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 d112d9f774..47a0e0e973 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" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" -SRC_URI[md5sum] = "72370da54358202a60130e223d488136" -SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" +SRC_URI[md5sum] = "76396762adc3fa769c83d8e202d36b6f" +SRC_URI[sha256sum] = "a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3" + BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python-pycparser_2.18.bb deleted file mode 100644 index 98742737fd..0000000000 --- a/meta-python/recipes-devtools/python/python-pycparser_2.18.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-pycparser.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-pycparser_2.19.bb b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb new file mode 100644 index 0000000000..98742737fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pycparser_2.19.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-pycparser.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.18.bb deleted file mode 100644 index 7cc024ea09..0000000000 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.18.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.19.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb new file mode 100644 index 0000000000..7cc024ea09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.19.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools3 +require python-pycparser.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-netclient \ + " -- cgit 1.2.3-korg