diff options
author | Derek Straka <derek@asterius.io> | 2018-02-25 14:48:25 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:12:56 -0800 |
commit | e6a4e5698a6afd4cc11807f08f683d518f8fb232 (patch) | |
tree | 4026e95c51787e7ee0b6fab9380555af50e94ece /meta-python | |
parent | 7b5d778f8bef90056c9b2c5cc08d05b40dcf8e59 (diff) | |
download | meta-openembedded-e6a4e5698a6afd4cc11807f08f683d518f8fb232.tar.gz |
python-pybind11: update to version 2.2.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pybind11.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb (renamed from meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb (renamed from meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc index e273a8d25..e441dc6de 100644 --- a/meta-python/recipes-devtools/python/python-pybind11.inc +++ b/meta-python/recipes-devtools/python/python-pybind11.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Seamless operability between C++11 and Python" | 1 | SUMMARY = "Seamless operability between C++11 and Python" |
2 | HOMEPAGE = "https://github.com/wjakob/pybind11" | 2 | HOMEPAGE = "https://github.com/wjakob/pybind11" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9b27fac7e937323e3de9ca3a7db38e37" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=beb87117af69fd10fbf9fb14c22a2e62" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "f454d8991f47befe56d4126df861fc96" | 6 | SRC_URI[md5sum] = "2c651a75a20dabbaa18a8b023ffd54c0" |
7 | SRC_URI[sha256sum] = "a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824" | 7 | 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.2.bb index e56743002..e56743002 100644 --- a/meta-python/recipes-devtools/python/python-pybind11_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python-pybind11_2.2.2.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb index 355e28460..355e28460 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.2.2.bb | |||