From 12fbf1a37424f1cabd06dc993bf8921fd06f93d1 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 14 Apr 2016 02:25:58 +0000 Subject: ti-softhsmv2: don't fail QA on real .so plugin in -dev pkg Signed-off-by: Denys Dmytriyenko --- recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-ti') diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb index 3143acd5..a863c3a5 100644 --- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb +++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb @@ -39,6 +39,8 @@ FILES_${PN}-dbg += "${libdir}/softhsm/.debug" FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so" +INSANE_SKIP_${PN}-dev = "dev-elf" + do_install_append() { install -d ${D}${mntdir}/securedbv0 install -d ${D}${mntdir}/securedbv1 -- cgit v1.2.3-54-g00ecf