diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-14 21:59:50 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:07 -0800 |
| commit | 124ca621748eb9aa40eb407ad7b2c9bac66830d1 (patch) | |
| tree | f1a15fdb73b229569315478c617035fd5320f3bd /meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | |
| parent | f2c506e15927e1ca71cc2191a0471be9a6a667e4 (diff) | |
| download | meta-openembedded-124ca621748eb9aa40eb407ad7b2c9bac66830d1.tar.gz | |
python3-cchardet: 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/recipes-devtools/python/python3-cchardet_2.1.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb index 3d9194c219..b59c289c51 100644 --- a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | |||
| @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" | 6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 cython |
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
| 11 | |||
| 12 | DEPENDS += "python3-cython-native" | ||
