diff options
| author | Peter Smith <salerio@gmail.com> | 2021-01-30 11:52:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-01 10:44:59 -0800 |
| commit | b652a9cec08e1baeb72ddb422c3573edf8236e3b (patch) | |
| tree | 82e9c0b9c47be6b6d17add86fd68b8442286302d /meta-python | |
| parent | 5fc34f7850e6ced6a4320a9a6da93800d162a22c (diff) | |
| download | meta-openembedded-b652a9cec08e1baeb72ddb422c3573edf8236e3b.tar.gz | |
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 <salerio@gmail.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.bb | 2 |
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 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" | |||
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 11 | SRC_URI[md5sum] = "c7e4b216d9554d80be42011b448b7c61" | 13 | SRC_URI[md5sum] = "c7e4b216d9554d80be42011b448b7c61" |
| 12 | SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e" | 14 | SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e" |
| 13 | 15 | ||
