python3-pynacl: allow -native build

Make this recipe available in native and SDK builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Mützel
2024-02-26 09:57:20 +01:00
committed by Khem Raj
parent ab7c469bfe
commit 067b6cd59b

View File

@@ -34,3 +34,5 @@ RPROVIDES:${PN} = "python3-nacl"
# in meta-virtualization layer
#
RCONFLICTS:${PN} = "python3-nacl"
BBCLASSEXTEND = "native nativesdk"