]> code.ossystems Code Review - openembedded-core.git/commitdiff
p11-kit: fix packaging warnings
authorRoss Burton <ross.burton@intel.com>
Wed, 3 Feb 2016 10:35:14 +0000 (10:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:19:37 +0000 (23:19 +0000)
This recipe was ignoring the wrong test, so update INSANE_SKIP.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/p11-kit/p11-kit_0.22.1.bb

index 798ad37def00d3480b2fef327620d81c648c367f..a4efff1617b21ee0ce94425eb424859a85f4e89f 100644 (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"