diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-02-07 15:36:42 -0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-07 10:07:48 -0800 |
commit | d09996e63eb704b7367f78bf387a9351d4761702 (patch) | |
tree | cbbf0319d489406897d31a811bbcaff2aed53f48 /meta-python | |
parent | d51d78ee7b2378240ca6359aff8d4658f082afa4 (diff) | |
download | meta-openembedded-d09996e63eb704b7367f78bf387a9351d4761702.tar.gz |
python*-xlrd: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-xlrd.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index d1ab05d4f0..893e82e05a 100644 --- a/meta-python/recipes-devtools/python/python-xlrd.inc +++ b/meta-python/recipes-devtools/python/python-xlrd.inc | |||
@@ -10,3 +10,5 @@ SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390" | |||
10 | SRC_URI[sha256sum] = "8a21885513e6d915fe33a8ee5fdfa675433b61405ba13e2a69e62ee36828d7e2" | 10 | SRC_URI[sha256sum] = "8a21885513e6d915fe33a8ee5fdfa675433b61405ba13e2a69e62ee36828d7e2" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 12 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||