From b652a9cec08e1baeb72ddb422c3573edf8236e3b Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Sat, 30 Jan 2021 11:52:16 +0000 Subject: python3-ruamel-yaml: add support for native and nativesdk The recipe is missing the BBCLASSEXTEND so it has been added. Signed-off-by: Peter Smith Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') 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 ec8545daec..406da80f40 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 @@ -8,6 +8,8 @@ PYPI_PACKAGE = "ruamel.yaml" inherit pypi setuptools3 +BBCLASSEXTEND = "native nativesdk" + SRC_URI[md5sum] = "c7e4b216d9554d80be42011b448b7c61" SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e" -- cgit v1.2.3-54-g00ecf