summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-03 10:35:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:19:42 +0000
commit3aa162a0d5a9fa845ca2d20f84e658e35729965e (patch)
tree57f9828eda29f1319589174003e30facfdc031d6 /meta/recipes-support
parent60c9759e322c3c150ff0828899ca86a6103bcb15 (diff)
downloadpoky-3aa162a0d5a9fa845ca2d20f84e658e35729965e.tar.gz
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.22.1.bb2
1 files changed, 1 insertions, 1 deletions
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} += " \
18 ${libdir}/pkcs11/*.la" 18 ${libdir}/pkcs11/*.la"
19 19
20# PN contains p11-kit-proxy.so, a symlink to a loadable module 20# PN contains p11-kit-proxy.so, a symlink to a loadable module
21INSANE_SKIP_${PN} = "dev-elf" 21INSANE_SKIP_${PN} = "dev-so"