diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2024-07-04 13:25:45 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-09 08:16:46 -0400 |
commit | 85e08ec2565c53e6772551b9231479f417d4dabf (patch) | |
tree | f1703d709979ecbe3b01d5be7f583a01c116397a | |
parent | 41fedbb8a959c048c49298f94d1e1ceb5788d3bc (diff) | |
download | meta-openembedded-85e08ec2565c53e6772551b9231479f417d4dabf.tar.gz |
python3-pyyaml-include: support native and nativesdk build
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 3a5bd99a78..309d0ac596 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 += " \ | |||
26 | python3-pytest \ | 26 | python3-pytest \ |
27 | python3-unittest-automake-output \ | 27 | python3-unittest-automake-output \ |
28 | " | 28 | " |
29 | 29 | BBCLASSEXTEND = "native nativesdk" | |