aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2024-04-11 12:24:56 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-12 08:57:35 -0700
commit2ea3d14681453a1a77ab347940ce8cc54f3d55a0 (patch)
treec86ef0c4c36e2835e2e74c5df1d2c776ce4f3006
parentdadf5db0983d34ab58ce598a30030e252b8039ac (diff)
downloadmeta-openembedded-contrib-2ea3d14681453a1a77ab347940ce8cc54f3d55a0.tar.gz
python3-pycurl: extend for native and nativesdk
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
index fb2a41d261..a6863e21ff 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
@@ -17,3 +17,5 @@ SRC_URI[sha256sum] = "5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d2
DEPENDS = "curl"
inherit pypi setuptools3
+
+BBCLASSEXTEND += "native nativesdk"