[OE-core] [PATCH] p11-kit: fix packaging warnings

Ross Burton ross.burton at intel.com
Wed Feb 3 10:35:55 UTC 2016


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

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
index 798ad37..a4efff1 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
@@ -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"
-- 
2.7.0




More information about the Openembedded-core mailing list