diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-02-01 10:27:11 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-03-12 22:51:39 -0400 |
commit | 6e60e8b2b2bab889379b380a28a167a0edd9d1d3 (patch) | |
tree | f12f54d5ba8e74e67e5fad3651a1e125bb8f4191 /import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc | |
parent | 509842add85b53e13164c1569a1fd43d5b8d91c5 (diff) | |
download | talos-openbmc-6e60e8b2b2bab889379b380a28a167a0edd9d1d3.tar.gz talos-openbmc-6e60e8b2b2bab889379b380a28a167a0edd9d1d3.zip |
Yocto 2.3
Move OpenBMC to Yocto 2.3(pyro).
Tested: Built and verified Witherspoon and Palmetto images
Change-Id: I50744030e771f4850afc2a93a10d3507e76d36bc
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Resolves: openbmc/openbmc#2461
Diffstat (limited to 'import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc')
-rw-r--r-- | import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc index 0ddad1269..579ca60c1 100644 --- a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc +++ b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-pyopenssl.inc @@ -2,17 +2,17 @@ SUMMARY = "Simple Python wrapper around the OpenSSL library" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -DEPENDS = "openssl ${PYTHON_PN}-cryptography" +DEPENDS += "openssl ${PYTHON_PN}-cryptography" -SRC_URI[md5sum] = "d8100b0c333f0eeadaf05914da8792a6" -SRC_URI[sha256sum] = "88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f" +SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5" +SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e" PYPI_PACKAGE = "pyOpenSSL" PACKAGES =+ "${PN}-tests" FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" -RDEPENDS_${PN} = " \ +RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-cryptography \ ${PYTHON_PN}-six \ ${PYTHON_PN}-threading \ |