diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-01 21:09:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-02 14:44:17 +0000 |
commit | 38d6f1f10d24473b95bdc7b5cea97e8ab89fb774 (patch) | |
tree | b897a08a1161968afa681bedf0f0e3b9f0757c1e /meta/recipes-devtools/python | |
parent | 4ac40235eaf4ca1fd943be76772dafa278d61609 (diff) | |
download | poky-38d6f1f10d24473b95bdc7b5cea97e8ab89fb774.tar.gz |
python3: set INSANE_SKIP as libpython3.so is a trampoline library
(From OE-Core rev: 1c5fc03e1cb3241c7bfd5642c0fc8c1a7e0c1e36)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb index 0d9a4cc935..54007d3d38 100644 --- a/meta/recipes-devtools/python/python3_3.5.1.bb +++ b/meta/recipes-devtools/python/python3_3.5.1.bb | |||
@@ -211,6 +211,7 @@ FILES_${PN}-pyvenv += "${bindir}/pyvenv-${PYTHON_MAJMIN} ${bindir}/pyvenv" | |||
211 | PACKAGES =+ "libpython3 libpython3-staticdev" | 211 | PACKAGES =+ "libpython3 libpython3-staticdev" |
212 | FILES_libpython3 = "${libdir}/libpython*.so.*" | 212 | FILES_libpython3 = "${libdir}/libpython*.so.*" |
213 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_BINABI}/libpython${PYTHON_BINABI}.a" | 213 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_BINABI}/libpython${PYTHON_BINABI}.a" |
214 | INSANE_SKIP_${PN}-dev += "dev-elf" | ||
214 | 215 | ||
215 | # catch all the rest (unsorted) | 216 | # catch all the rest (unsorted) |
216 | PACKAGES += "${PN}-misc" | 217 | PACKAGES += "${PN}-misc" |