From d948b6a21ddec94dc55a9d650ca284ce10117da9 Mon Sep 17 00:00:00 2001 From: Bogdan Purcareata Date: Wed, 11 Mar 2015 08:52:31 +0000 Subject: lxc: Add PACKAGECONFIG for seccomp Signed-off-by: Bogdan Purcareata Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_1.0.7.bb | 1 + 1 file changed, 1 insertion(+) 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,," PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" PACKAGECONFIG[templates] = ",,, ${PN}-templates" PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" +PACKAGECONFIG[seccomp] ="--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" inherit autotools pkgconfig ptest update-rc.d systemd -- cgit v1.2.3-54-g00ecf