diff mbox series

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

Message ID 20240619071140.1908305-1-haixiao.yan.cn@windriver.com
State New
Headers show
Series [meta-python,kirkstone] python3-pyyaml-include: support native and nativesdk build | expand

Commit Message

haixiao.yan.cn@windriver.com June 19, 2024, 7:11 a.m. UTC
From: Randy MacLeod <Randy.MacLeod@windriver.com>

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 56e2e5df9bba23c431bed2fa7794d5cc86c08f2f)
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
---
 .../recipes-devtools/python/python3-pyyaml-include_1.4.1.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.4.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb
index b60a0f9c8..7db86b96d 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb
@@ -25,4 +25,4 @@  RDEPENDS:${PN} += " \
 RDEPENDS:${PN}-ptest += " \
     python3-pytest \
 "
-
+BBCLASSEXTEND = "native nativesdk"