From ee97801c1e1728309307d0cbe5ff69317e23af2b Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Fri, 19 Nov 2021 12:19:25 -0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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" SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf