From a058fef24987ecf8519a8fb18504302cdc8378bd Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Tue, 6 Feb 2024 10:30:23 -0800 Subject: python3-aiodns python3-pycares: Add native & nativesdk support Signed-off-by: Geoff Parker Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pycares_4.4.0.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb index 5c685d7e40..02a0b4ea2c 100644 --- a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb @@ -14,3 +14,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-asyncio \ ${PYTHON_PN}-pycares \ " + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pycares_4.4.0.bb b/meta-python/recipes-devtools/python/python3-pycares_4.4.0.bb index 5e5f0c92f5..978fc0d4a6 100644 --- a/meta-python/recipes-devtools/python/python3-pycares_4.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pycares_4.4.0.bb @@ -18,3 +18,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf