diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-10-31 14:41:07 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-31 08:13:25 -0700 |
commit | 9413b9c1c3b4a579549b412b0a6a1d58ee300f0a (patch) | |
tree | 614d66b5c87131925cfc90b30a829c661972f24f /meta-python | |
parent | 77cf4b81eea7bae561a491611f0ecc13a06a1257 (diff) | |
download | meta-openembedded-9413b9c1c3b4a579549b412b0a6a1d58ee300f0a.tar.gz |
python3-m2crypto: drop unnecessary FILESEXTRAPATHS
* python-m2crypto directory doesn't exist since:
commit b8bbcd4dea422be57123d75fbf77db6d33542b06
Author: Khem Raj <raj.khem@gmail.com>
Date: Sat May 1 12:04:27 2021 -0700
python3-m2crypto: Upgrade to 0.37.1
Unifiy .inc into .bb
Add patches to fix issues with openssl 1.1.x
Remove m2crypto-0.26.4-gcc_macros patch, its no longer needed
Refresh existing patches
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb index d5ffdbc40..6b178cd12 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb | |||
@@ -4,8 +4,6 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" |
6 | 6 | ||
7 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-m2crypto:" | ||
8 | |||
9 | SRC_URI[sha256sum] = "42b62df2caf623161b1d643a7235464c2fe2a3105049ebc498a6d47dc08f64b4" | 7 | SRC_URI[sha256sum] = "42b62df2caf623161b1d643a7235464c2fe2a3105049ebc498a6d47dc08f64b4" |
10 | 8 | ||
11 | inherit pypi siteinfo python_setuptools_build_meta | 9 | inherit pypi siteinfo python_setuptools_build_meta |