From 067b6cd59b54f5a9633540b4d46f14c55968d264 Mon Sep 17 00:00:00 2001 From: Andreas Mützel Date: Mon, 26 Feb 2024 09:57:20 +0100 Subject: python3-pynacl: allow -native build Make this recipe available in native and SDK builds. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb index d27ee23e43..a2f2ab4df4 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb @@ -34,3 +34,5 @@ RPROVIDES:${PN} = "python3-nacl" # in meta-virtualization layer # RCONFLICTS:${PN} = "python3-nacl" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf