libtevent: fix do_package_qa issue

fix below error:
ERROR: lib32-libtevent-0.10.0-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: lib32-python3-tevent path '/work/core2-32-wrsmllib32-linux/lib32-libtevent/0.10.0-r0/packages-split/lib32-python3-tevent/usr/lib/python3.7/site-packages/_tevent.so' [dev-so]

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li 2019-07-17 16:05:04 +08:00 committed by Khem Raj
parent 47480003c3
commit 27d1d3dfa6

View File

@ -55,4 +55,4 @@ RPROVIDES_${PN}-dbg += "python3-tevent-dbg"
FILES_python3-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
INSANE_SKIP_python3-tevent = "dev-so"
INSANE_SKIP_${MLPREFIX}python3-tevent = "dev-so"