diff mbox series

[meta-python,scarthgap,v2] python3-pyyaml-include: support native and nativesdk build

Message ID 20240704172545.2300157-1-Randy.MacLeod@windriver.com
State New
Headers show
Series [meta-python,scarthgap,v2] python3-pyyaml-include: support native and nativesdk build | expand

Commit Message

Randy MacLeod July 4, 2024, 5:25 p.m. UTC
From: Randy MacLeod <Randy.MacLeod@windriver.com>

backport from master:
   56e2e5df9 python3-pyyaml-include: support native and nativesdk build

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb
index 3a5bd99a7..309d0ac59 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb
@@ -26,4 +26,4 @@  RDEPENDS:${PN}-ptest += " \
     python3-pytest \
     python3-unittest-automake-output \
 "
-
+BBCLASSEXTEND = "native nativesdk"