diff options
| author | Daniel McGregor <danismostlikely@gmail.com> | 2023-10-11 13:06:50 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-11 12:32:09 -0700 |
| commit | fbb9d270790a7d77926f6a34505399e4f9fc1f51 (patch) | |
| tree | 77b1d012bc88b35ee16b28752c0e70b5d5b0ddda /meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb | |
| parent | 963fc79e271e56d323b626f2ca1d214ad74c3e4d (diff) | |
| download | meta-openembedded-fbb9d270790a7d77926f6a34505399e4f9fc1f51.tar.gz | |
python3-pylint: allow native build
We use pylint for some native recipes in our build. Allow pylint
to be a native recipe, and likewise allow its runtime dependencies
to be native recipes.
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb index e86a3c7898..59e83e00db 100644 --- a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb | |||
| @@ -27,3 +27,5 @@ do_install_ptest() { | |||
| 27 | install -d ${D}${PTEST_PATH}/tests | 27 | install -d ${D}${PTEST_PATH}/tests |
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 29 | } | 29 | } |
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
