From 89c3f72c3517921abf9344fca5f5a40307a65aef Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 22 Jul 2019 14:17:22 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/libtdb/libtdb_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.0.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.0.bb index acc94d923f..6c191fbde3 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.4.0.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.0.bb @@ -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"