diff options
author | Nicola Lunghi <nick83ola@gmail.com> | 2019-11-19 15:39:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-19 23:33:03 -0800 |
commit | 04fab0255b629c08a5b9fe66478de41bfba3015c (patch) | |
tree | a619c97a0497ef9e142080a86cb4567bf0027070 /meta-python/recipes-devtools/python/python-contextlib2.inc | |
parent | a47b34778532ddf421b47fab8845e544a5fea0a8 (diff) | |
download | meta-openembedded-04fab0255b629c08a5b9fe66478de41bfba3015c.tar.gz |
python-contextlib2: 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-contextlib2.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-contextlib2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-contextlib2.inc b/meta-python/recipes-devtools/python/python-contextlib2.inc index 50c93e9433..750721f3d5 100644 --- a/meta-python/recipes-devtools/python/python-contextlib2.inc +++ b/meta-python/recipes-devtools/python/python-contextlib2.inc | |||
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" | |||
6 | 6 | ||
7 | SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" | 7 | SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" |
8 | SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" | 8 | SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" |
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" \ No newline at end of file | ||