From 5039075dec75970ffcdd43db7457df84ed8e9496 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Nov 2012 15:05:23 +0000 Subject: libcgroup: fix INSANE_SKIP * that .so file is in cgroups-pam-plugin not PN Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/libcgroup') diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb index 3ef1dad58d..e74f8312dc 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb @@ -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" -- cgit 1.2.3-korg