From e6a4e5698a6afd4cc11807f08f683d518f8fb232 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Feb 2018 14:48:25 -0500 Subject: python-pybind11: update to version 2.2.2 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pybind11.inc | 6 +++--- meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb | 2 -- meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc index e273a8d25e..e441dc6dee 100644 --- a/meta-python/recipes-devtools/python/python-pybind11.inc +++ b/meta-python/recipes-devtools/python/python-pybind11.inc @@ -1,7 +1,7 @@ SUMMARY = "Seamless operability between C++11 and Python" HOMEPAGE = "https://github.com/wjakob/pybind11" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9b27fac7e937323e3de9ca3a7db38e37" +LIC_FILES_CHKSUM = "file://LICENSE;md5=beb87117af69fd10fbf9fb14c22a2e62" -SRC_URI[md5sum] = "f454d8991f47befe56d4126df861fc96" -SRC_URI[sha256sum] = "a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824" +SRC_URI[md5sum] = "2c651a75a20dabbaa18a8b023ffd54c0" +SRC_URI[sha256sum] = "cbb036a8aad59a199ad672f98813f85c672642c6a67b4ff3868b1d6abc5fae3e" diff --git a/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb b/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb deleted file mode 100644 index e56743002e..0000000000 --- a/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb b/meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb new file mode 100644 index 0000000000..e56743002e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb deleted file mode 100644 index 355e28460e..0000000000 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb new file mode 100644 index 0000000000..355e28460e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pybind11.inc -- cgit 1.2.3-korg