diff options
author | Geoff Parker <geoffrey.parker@arthrex.com> | 2021-11-19 12:19:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-20 12:07:09 -0800 |
commit | ee97801c1e1728309307d0cbe5ff69317e23af2b (patch) | |
tree | 1d38703bbbf6c3cb61453d5d9a17825500258072 /meta-python | |
parent | 245511082a7f18567b9942606d4c18858e9f337d (diff) | |
download | meta-openembedded-ee97801c1e1728309307d0cbe5ff69317e23af2b.tar.gz |
python3-cchardet: add BBCLASSEXTEND = "native nativesdk"
The python3-cchardet recipe that was introduced in honnister to supplant the
slower python3-chardet was missing support for building native and nativesdk
variants.
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 2 |
1 files changed, 2 insertions, 0 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 ebd8130abb..8fa9797768 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 | |||
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" | |||
6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" | 6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||