commit | d7bf8c17eca8f8c89898a7794462c773c449e983 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Feb 25 22:55:05 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 15 14:22:49 2018 +0000 |
tree | d18618fca85ca5f0c077032cc7b009344b60f663 | |
parent | e2b5abdc9f28cdf8578e5b9be803c8e697443c20 [diff] [blame] |
Yocto 2.4 Move OpenBMC to Yocto 2.4(rocko) Tested: Built and verified Witherspoon and Palmetto images Change-Id: I12057b18610d6fb0e6903c60213690301e9b0c67 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-chardet.inc b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-chardet.inc index 42b64a2..6035488 100644 --- a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-chardet.inc +++ b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-chardet.inc
@@ -4,5 +4,10 @@ inherit pypi -SRC_URI[md5sum] = "96e364abdbde20b5f6dbbe2ad9d54d04" -SRC_URI[sha256sum] = "4f7832e7c583348a9eddd927ee8514b3bf717c061f57b21dbe7697211454d9bb" +# setup.py of chardet needs this. +DEPENDS += "${PYTHON_PN}-pytest-runner-native" + +SRC_URI[md5sum] = "7dd1ba7f9c77e32351b0a0cfacf4055c" +SRC_URI[sha256sum] = "84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" + +BBCLASSEXTEND = "native nativesdk"