diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-01-22 01:38:00 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-01-22 00:52:44 -0800 |
commit | 4fa2b14ee8067abc1f095cae49e32598e59e2e85 (patch) | |
tree | 7fcfa0df86d5db451e31d4ae7c17dc8462d3fe32 /meta-python/recipes-devtools/python/python-webencodings.inc | |
parent | fefb16a9fc89cdc59df96e58fb8243d07f1b1911 (diff) | |
download | meta-openembedded-4fa2b14ee8067abc1f095cae49e32598e59e2e85.tar.gz |
python(3)-webencodings: extend to native(sdk)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-webencodings.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-webencodings.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-webencodings.inc b/meta-python/recipes-devtools/python/python-webencodings.inc index 34ca7066b2..a2b8410cf0 100644 --- a/meta-python/recipes-devtools/python/python-webencodings.inc +++ b/meta-python/recipes-devtools/python/python-webencodings.inc | |||
@@ -11,3 +11,5 @@ RDEPENDS_${PN} += " \ | |||
11 | ${PYTHON_PN}-codecs \ | 11 | ${PYTHON_PN}-codecs \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | " | 13 | " |
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||