mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
0fef2698ee
commit
7a03c2c4fc
|
|
@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user