From: Ross Burton Date: Mon, 1 Feb 2016 21:09:29 +0000 (+0000) Subject: python3: set INSANE_SKIP as libpython3.so is a trampoline library X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5fc03e1cb3241c7bfd5642c0fc8c1a7e0c1e36;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3: set INSANE_SKIP as libpython3.so is a trampoline library Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3_3.5.1.bb b/meta/recipes-devtools/python/python3_3.5.1.bb index 0d9a4cc9357..54007d3d386 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" PACKAGES =+ "libpython3 libpython3-staticdev" FILES_libpython3 = "${libdir}/libpython*.so.*" FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_BINABI}/libpython${PYTHON_BINABI}.a" +INSANE_SKIP_${PN}-dev += "dev-elf" # catch all the rest (unsorted) PACKAGES += "${PN}-misc"