diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-19 15:39:26 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-19 23:33:03 -0800 |
commit | a47b34778532ddf421b47fab8845e544a5fea0a8 (patch) | |
tree | 12bd16fd41c5be886766c4a7544488f27625ddb6 /meta-python/recipes-devtools/python/python-configparser.inc | |
parent | 4a49ee1f6c0c6af453f67ebf383fb223c38e73eb (diff) | |
download | meta-openembedded-a47b34778532ddf421b47fab8845e544a5fea0a8.tar.gz |
python-configparser: 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/python-configparser.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-configparser.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-configparser.inc b/meta-python/recipes-devtools/python/python-configparser.inc index a1fb6cd29d..8ecfe221d1 100644 --- a/meta-python/recipes-devtools/python/python-configparser.inc +++ b/meta-python/recipes-devtools/python/python-configparser.inc | |||
@@ -9,3 +9,5 @@ SRC_URI[md5sum] = "bc1558ed941cb1acb80ff650726d5af8" | |||
9 | SRC_URI[sha256sum] = "bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17" | 9 | SRC_URI[sha256sum] = "bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17" |
10 | 10 | ||
11 | inherit pypi | 11 | inherit pypi |
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | ||