aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-02-01 14:51:48 +0000
committerKhem Raj <raj.khem@gmail.com>2021-02-05 10:26:10 -0800
commit416b83fbafce6e4523767319f2f4628083028963 (patch)
treee1ca71caebf30e513932236d508d799e202a7e72 /meta-python
parent16dd9dfe3ff1220642f91e19f8cc0f4815d035a1 (diff)
downloadmeta-openembedded-contrib-416b83fbafce6e4523767319f2f4628083028963.tar.gz
python3-ruamel-yaml: add native and nativesdk class extension
Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
index 406da80f40..7593ce7f54 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f2
do_install_prepend() {
export RUAMEL_NO_PIP_INSTALL_CHECK=1
}
+
+BBCLASSEXTEND = "native nativesdk"