p11-kit: fix packaging warnings

This recipe was ignoring the wrong test, so update INSANE_SKIP.

(From OE-Core rev: d4f49273f21072f910e1960592a900d066d91b1c)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-02-03 10:35:14 +00:00 committed by Richard Purdie
parent 60c9759e32
commit 3aa162a0d5
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ FILES_${PN} += " \
${libdir}/pkcs11/*.la"
# PN contains p11-kit-proxy.so, a symlink to a loadable module
INSANE_SKIP_${PN} = "dev-elf"
INSANE_SKIP_${PN} = "dev-so"