mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:43:51 +00:00
libtdb: fix do_package_qa issue
fix below error: QA Issue: non dev/-dbg/nativesdk package contains symlink .so: lib32-python3-tdb path ' packages-split/lib32-python3-tdb/usr/lib/python3.7/site-packages/tdb.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:
parent
3a483881b1
commit
89c3f72c35
@ -54,4 +54,4 @@ FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_tdb-tools = "${bindir}/*"
|
||||
FILES_python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||
RDEPENDS_python3-tdb = "python3"
|
||||
INSANE_SKIP_python3-tdb = "dev-so"
|
||||
INSANE_SKIP_${MLPREFIX}python3-tdb = "dev-so"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user