summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@freescale.com>2015-03-11 08:52:31 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-13 14:46:02 -0400
commitd948b6a21ddec94dc55a9d650ca284ce10117da9 (patch)
tree6f3b54150431126e6a3d565b09a3b62f9a5f45f9 /recipes-containers
parentb64d14ac503f30d625a7e144856238ac67e85ccb (diff)
downloadmeta-virtualization-d948b6a21ddec94dc55a9d650ca284ce10117da9.tar.gz
lxc: Add PACKAGECONFIG for seccomp
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/lxc/lxc_1.0.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_1.0.7.bb b/recipes-containers/lxc/lxc_1.0.7.bb
index c618c848..b01c0063 100644
--- a/recipes-containers/lxc/lxc_1.0.7.bb
+++ b/recipes-containers/lxc/lxc_1.0.7.bb
@@ -49,6 +49,7 @@ PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
49PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" 49PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
50PACKAGECONFIG[templates] = ",,, ${PN}-templates" 50PACKAGECONFIG[templates] = ",,, ${PN}-templates"
51PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" 51PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
52PACKAGECONFIG[seccomp] ="--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
52 53
53inherit autotools pkgconfig ptest update-rc.d systemd 54inherit autotools pkgconfig ptest update-rc.d systemd
54 55