diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-05-22 11:33:29 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-22 09:03:04 -0700 |
| commit | 7a03c2c4fccba5db1c30c4d2f58457c03ee0471a (patch) | |
| tree | 864e2988054c7bd53d59e9b6798c5e5190f84c43 /meta-python/recipes-devtools/python/python3-toml_0.10.0.bb | |
| parent | 0fef2698ee1c0c5d2d3580aa468586e4522ba226 (diff) | |
| download | meta-openembedded-7a03c2c4fccba5db1c30c4d2f58457c03ee0471a.tar.gz | |
python3-toml: Extend with native build variants
Extend toml with native and nativesdk build variants because it is
required as a dependency for other recipes such as python3-zipp.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-toml_0.10.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-toml_0.10.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb b/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb index 5a7b04c9e0..b72753b80e 100644 --- a/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb | |||
| @@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05 | |||
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 12 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS_${PN} += " \ |
| 13 | ${PYTHON_PN}-misc \ | 15 | ${PYTHON_PN}-misc \ |
| 14 | " | 16 | " |
