From 9db8a1fa6bb926cd29d373454d3390093c74bdc6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 13:38:13 +0800 Subject: [PATCH] python-pybind11: upgrade 2.2.3 -> 2.4.3 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pybind11.inc | 4 ++-- .../{python-pybind11_2.2.3.bb => python-pybind11_2.4.3.bb} | 0 .../{python3-pybind11_2.2.3.bb => python3-pybind11_2.4.3.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pybind11_2.2.3.bb => python-pybind11_2.4.3.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pybind11_2.2.3.bb => python3-pybind11_2.4.3.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc index 1722875ab..d1d53e125 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] = "5b9611041e4ea66b2b919239e3bacd65" -SRC_URI[sha256sum] = "87ff3ae777d9326349af5272974581270b2a0909b2392dc0cc57eb28ce23bcc3" +SRC_URI[md5sum] = "23fdca8191b16ce3e7f38fb9e4252b2d" +SRC_URI[sha256sum] = "72e6def53fb491f7f4e92692029d2e7bb5a0783314f20d80222735ff10a75758" diff --git a/meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb b/meta-python/recipes-devtools/python/python-pybind11_2.4.3.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pybind11_2.2.3.bb rename to meta-python/recipes-devtools/python/python-pybind11_2.4.3.bb diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.4.3.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pybind11_2.2.3.bb rename to meta-python/recipes-devtools/python/python3-pybind11_2.4.3.bb