summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-01-29 13:40:35 +0200
committerKhem Raj <raj.khem@gmail.com>2025-01-29 17:43:04 -0800
commit01ce57fe13bf14050232e88009891fbfba7122cd (patch)
tree6c09d74e789d901591cac035e156bdee4a9a3833 /meta-python
parent7ff41d250ebfddaac67285d55abe090e3865be0f (diff)
downloadmeta-openembedded-01ce57fe13bf14050232e88009891fbfba7122cd.tar.gz
python3-tzdata: Add native and nativesdk
To build python3-lief we need python3-pydantic-native. To build python3-pydantic-native we need python3-tzdata-native. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
index 20e9715dd5..3d0166d20e 100644
--- a/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
@@ -16,3 +16,5 @@ RDEPENDS:${PN}-ptest += "\
16do_install_ptest:append() { 16do_install_ptest:append() {
17 install ${S}/VERSION ${D}${PTEST_PATH}/ 17 install ${S}/VERSION ${D}${PTEST_PATH}/
18} 18}
19
20BBCLASSEXTEND = "native nativesdk"