diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-03 10:35:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:19:42 +0000 |
commit | 3aa162a0d5a9fa845ca2d20f84e658e35729965e (patch) | |
tree | 57f9828eda29f1319589174003e30facfdc031d6 /meta/recipes-support/p11-kit | |
parent | 60c9759e322c3c150ff0828899ca86a6103bcb15 (diff) | |
download | poky-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/p11-kit')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 2 |
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 |
21 | INSANE_SKIP_${PN} = "dev-elf" | 21 | INSANE_SKIP_${PN} = "dev-so" |