commit | 316dfdd917bec6a218f431211d28bf8df6b6fb0f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 25 12:45:53 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jun 27 14:38:15 2018 -0400 |
tree | 5541073f9851f44c2bd67b4959dc776ee3c3810f | |
parent | 36acd3e888044dea2ac0b2946f15616f968388c9 [diff] [blame] |
Yocto 2.5 Move OpenBMC to Yocto 2.5(sumo) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I5c5ad6904a16e14c1c397f0baf10c9d465594a78
diff --git a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-webencodings.inc b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-webencodings.inc index ed57c52..34ca706 100644 --- a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-webencodings.inc +++ b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-webencodings.inc
@@ -1,10 +1,13 @@ SUMMARY = "Character encoding aliases for legacy web content" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=af5c81bfe98855a56d36b6ba5de2906f" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" SRC_URI[md5sum] = "32f6e261d52e57bf7e1c4d41546d15b8" SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" inherit pypi -RDEPENDS_${PN} += "${PYTHON_PN}-codecs" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-json \ +"