From b2163c18e8c7899a3ebca9eee3b970a5b6b3aefc Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jun 2018 15:29:52 -0400 Subject: python-pybind11: update to version 2.2.3 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pybind11.inc | 4 ++-- meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb | 2 -- meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc index e441dc6dee..1722875ab5 100644 --- a/meta-python/recipes-devtools/python/python-pybind11.inc +++ b/meta-python/recipes-devtools/python/python-pybind11.inc @@ -3,5 +3,5 @@ HOMEPAGE = "https://github.com/wjakob/pybind11" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=beb87117af69fd10fbf9fb14c22a2e62" -SRC_URI[md5sum] = "2c651a75a20dabbaa18a8b023ffd54c0" -SRC_URI[sha256sum] = "cbb036a8aad59a199ad672f98813f85c672642c6a67b4ff3868b1d6abc5fae3e" +SRC_URI[md5sum] = "5b9611041e4ea66b2b919239e3bacd65" +SRC_URI[sha256sum] = "87ff3ae777d9326349af5272974581270b2a0909b2392dc0cc57eb28ce23bcc3" 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 deleted file mode 100644 index e56743002e..0000000000 --- a/meta-python/recipes-devtools/python/python-pybind11_2.2.2.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.3.bb b/meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb new file mode 100644 index 0000000000..e56743002e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +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 deleted file mode 100644 index 355e28460e..0000000000 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.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.3.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb new file mode 100644 index 0000000000..355e28460e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pybind11.inc -- cgit 1.2.3-korg