From d4f49273f21072f910e1960592a900d066d91b1c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 Feb 2016 10:35:14 +0000 Subject: p11-kit: fix packaging warnings This recipe was ignoring the wrong test, so update INSANE_SKIP. Signed-off-by: Ross Burton --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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 798ad37def..a4efff1617 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" -- cgit 1.2.3-korg