diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-14 02:25:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-13 16:52:50 -0400 |
commit | 12fbf1a37424f1cabd06dc993bf8921fd06f93d1 (patch) | |
tree | 64c7be7fe28de2dae9b5ffeea07522cd41ba4ed0 /recipes-ti | |
parent | 032995ed34a2632ad8cff15871870a74058c9eed (diff) | |
download | meta-ti-12fbf1a37424f1cabd06dc993bf8921fd06f93d1.tar.gz |
ti-softhsmv2: don't fail QA on real .so plugin in -dev pkg
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
39 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " | 39 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " |
40 | FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so" | 40 | FILES_${PN}-dev += "${libdir}/softhsm/*.la ${libdir}/softhsm/lib*.so" |
41 | 41 | ||
42 | INSANE_SKIP_${PN}-dev = "dev-elf" | ||
43 | |||
42 | do_install_append() { | 44 | do_install_append() { |
43 | install -d ${D}${mntdir}/securedbv0 | 45 | install -d ${D}${mntdir}/securedbv0 |
44 | install -d ${D}${mntdir}/securedbv1 | 46 | install -d ${D}${mntdir}/securedbv1 |