diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-02 04:35:19 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-02 04:35:19 +0200 |
commit | f3d859c4c93a41856e36b858064c12261c004098 (patch) | |
tree | 91c92d774ee8554edb503d2d4d3e0e9a8d394eec | |
parent | a56bff13b9d22b608352501fbb3ef124e7147bda (diff) | |
download | meta-openembedded-f3d859c4c93a41856e36b858064c12261c004098.tar.gz |
HACK: libcgroup: override ERROR_QA
This needs to get changed to use INSANE_SKIP, but I can't find the right incantation in the docs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb index c235eb6fb8..d19f3a1cf0 100644 --- a/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ b/meta-oe/recipes-core/libcgroup/libcgroup_0.37.1.bb | |||
@@ -16,3 +16,5 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module- | |||
16 | PACKAGES =+ "cgroups-pam-plugin" | 16 | PACKAGES =+ "cgroups-pam-plugin" |
17 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" | 17 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" |
18 | 18 | ||
19 | # We really need the symlink so :( | ||
20 | ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" | ||