| Message ID | 20251105212631.386242-9-t.f.g.geelen@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,1/8] python3-requests-toolbelt: add BBCLASSEXTEND: native nativesdk | expand |
diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb index 7fdd0fef9b..694367767d 100644 --- a/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb @@ -1,7 +1,10 @@ SUMMARY = "orjson is a fast, correct JSON library for Python" HOMEPAGE = "https://pypi.org/project/orjson/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" +LICENSE = "Apache-2.0 | MIT" +LIC_FILES_CHKSUM = "\ + file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \ + file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \ +" SRC_URI[sha256sum] = "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a"
python3-orjson is dual licensed. Apache-2.0 was missing. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> --- .../recipes-devtools/python/python3-orjson_3.11.3.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)