From 87e6814bd1ea4ef21154441f5a10030d50985b90 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 16 Sep 2017 18:38:34 -0400 Subject: python-pybind11: update to version 2.2.1 Update license checksum and verify license terms Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pybind11.inc | 6 +++--- meta-python/recipes-devtools/python/python-pybind11_2.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_2.1.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_2.2.1.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 adaf289c1..e273a8d25 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://PKG-INFO;md5=ee5f0682c5afe930bd8ae42c96fe7bd3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9b27fac7e937323e3de9ca3a7db38e37" -SRC_URI[md5sum] = "67752f9da3ce822b5bd6c55b41b89d3e" -SRC_URI[sha256sum] = "c169a384ea046a1672ac83e9aed30660133e9bad3afd82fa99b794df7b416f6d" +SRC_URI[md5sum] = "f454d8991f47befe56d4126df861fc96" +SRC_URI[sha256sum] = "a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824" diff --git a/meta-python/recipes-devtools/python/python-pybind11_2.1.1.bb b/meta-python/recipes-devtools/python/python-pybind11_2.1.1.bb deleted file mode 100644 index e56743002..000000000 --- a/meta-python/recipes-devtools/python/python-pybind11_2.1.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.1.bb b/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb new file mode 100644 index 000000000..e56743002 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.1.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.1.1.bb deleted file mode 100644 index 355e28460..000000000 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.1.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.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb new file mode 100644 index 000000000..355e28460 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pybind11.inc -- cgit v1.2.3-54-g00ecf