libcgroup: fix INSANE_SKIP

* that .so file is in cgroups-pam-plugin not PN

(From OE-Core rev: 5039075dec75970ffcdd43db7457df84ed8e9496)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2012-11-29 15:05:23 +00:00 committed by Richard Purdie
parent 59aaa92e9d
commit c0c968804c
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r1"
PR = "r2"
inherit autotools pkgconfig
@ -24,4 +24,4 @@ FILES_${PN}-dbg += "${base_libdir}/security/.debug"
FILES_${PN}-dev += "${base_libdir}/security/*.la"
# We really need the symlink so :(
INSANE_SKIP_${PN} = "dev-so"
INSANE_SKIP_cgroups-pam-plugin = "dev-so"