diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-19 15:39:59 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-19 23:33:03 -0800 |
commit | 0e160f4297ef7e88bec0a03e52934c2c4681cd98 (patch) | |
tree | a9b02e0c4f041f5be144cb28f521931ecb6a522f /meta-python/recipes-devtools/python | |
parent | 04fab0255b629c08a5b9fe66478de41bfba3015c (diff) | |
download | meta-openembedded-0e160f4297ef7e88bec0a03e52934c2c4681cd98.tar.gz |
python-scandir: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-scandir_1.10.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb b/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb index 253c2342bd..9de272417e 100644 --- a/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python-scandir_1.10.0.bb | |||
@@ -10,3 +10,5 @@ SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292" | |||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit setuptools | 12 | inherit setuptools |
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | ||