[oe-commits] [meta-openembedded] 02/11: libtdb: fix do_package_qa issue

git at git.openembedded.org git at git.openembedded.org
Mon Jul 22 21:18:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 89c3f72c3517921abf9344fca5f5a40307a65aef
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Mon Jul 22 14:17:22 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 acc94d9..6c191fb 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list