diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-14 21:59:53 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:08 -0800 |
commit | 560f331dc2f6c5dc70a83df3ecf1b06a13ef39e3 (patch) | |
tree | fbcb303f7a03b7570c2275af8239c07062a71174 /meta-python | |
parent | a29acbe80dc37a964ec42b4d742c67a53b100c12 (diff) | |
download | meta-openembedded-560f331dc2f6c5dc70a83df3ecf1b06a13ef39e3.tar.gz |
python3-frozenlist: inherit cython class
Use the new cython class to avoid duplicated fixup code to remove build
paths.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb index 4288f2922e..638bb20786 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.4.1.bb | |||
@@ -5,11 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b" | 6 | SRC_URI[sha256sum] = "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b" |
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta cython |
9 | 9 | ||
10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
11 | python3-expandvars-native \ | 11 | python3-expandvars-native \ |
12 | python3-cython-native \ | ||
13 | " | 12 | " |
14 | 13 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |