diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-28 17:00:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 23:02:50 +0100 |
| commit | de230d6abdf29be37bd279a1733fe3ee010bdc22 (patch) | |
| tree | f6d58d16915386790ccc6eb7fcadd544828ba24e /meta/recipes-devtools/python/python3-cryptography_41.0.1.bb | |
| parent | 1058ac940dea292b0f537f932c005536bae50c7b (diff) | |
| download | poky-de230d6abdf29be37bd279a1733fe3ee010bdc22.tar.gz | |
python3-cryptography: update a patch to upstream's better followup fix
(From OE-Core rev: 3a36043ab0e09213438671e980481c3a57bfb540)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography_41.0.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_41.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_41.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_41.0.1.bb index fc4f70246b..494ca233f0 100644 --- a/meta/recipes-devtools/python/python3-cryptography_41.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography_41.0.1.bb | |||
| @@ -11,7 +11,7 @@ LDSHARED += "-pthread" | |||
| 11 | SRC_URI[sha256sum] = "d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006" | 11 | SRC_URI[sha256sum] = "d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006" |
| 12 | 12 | ||
| 13 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | 13 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ |
| 14 | file://0001-cryptography-cffi-substitute-include-path-from-targe.patch \ | 14 | file://0001-Fix-include-directory-when-cross-compiling-9129.patch \ |
| 15 | file://check-memfree.py \ | 15 | file://check-memfree.py \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
