summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libcgroup
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-11-29 15:05:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 14:32:47 +0000
commitc0c968804c0f22ccf119bd050c4c55fe4930e842 (patch)
tree09137867945af4ff2109757074d6c50afdaa4bdc /meta/recipes-core/libcgroup
parent59aaa92e9da79b1e4d400cac300b294fc1e4f73c (diff)
downloadpoky-c0c968804c0f22ccf119bd050c4c55fe4930e842.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/libcgroup')
-rw-r--r--meta/recipes-core/libcgroup/libcgroup_0.37.1.bb4
1 files changed, 2 insertions, 2 deletions
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"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5 5
6PR = "r1" 6PR = "r2"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
@@ -24,4 +24,4 @@ FILES_${PN}-dbg += "${base_libdir}/security/.debug"
24FILES_${PN}-dev += "${base_libdir}/security/*.la" 24FILES_${PN}-dev += "${base_libdir}/security/*.la"
25 25
26# We really need the symlink so :( 26# We really need the symlink so :(
27INSANE_SKIP_${PN} = "dev-so" 27INSANE_SKIP_cgroups-pam-plugin = "dev-so"