diff mbox series

[meta-python,1/2] python3-colorlog: BBCLASEXTEND native nativesdk

Message ID 20240423204441.22005-1-jsbronder@cold-front.org
State Accepted
Headers show
Series [meta-python,1/2] python3-colorlog: BBCLASEXTEND native nativesdk | expand

Commit Message

Justin Bronder April 23, 2024, 8:44 p.m. UTC
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
index c26f4bb70..df5fdedfc 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
@@ -10,3 +10,5 @@  PYPI_PACKAGE = "colorlog"
 SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"
 
 RDEPENDS:${PN} += "python3-logging"
+
+BBCLASSEXTEND += "native nativesdk"