diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-01-21 17:49:36 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-26 15:25:11 -0500 |
commit | 45d8118497988ba0bd7f523e7ccb8a82b5234f6f (patch) | |
tree | 7f021188f352081693ca52d6f06ca57af113ee6a | |
parent | dac3d4b4cf5e7ad81aae732d2b1e88db630ed53e (diff) | |
download | meta-selinux-45d8118497988ba0bd7f523e7ccb8a82b5234f6f.tar.gz |
lxc: inherit enable-selinux
inherit enable-selinux to kill the warning that lxc rdepends on libselinux,
but it isn't a build dependency
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-containers/lxc/lxc_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_%.bbappend b/recipes-containers/lxc/lxc_%.bbappend new file mode 100644 index 0000000..8c11cac --- /dev/null +++ b/recipes-containers/lxc/lxc_%.bbappend | |||
@@ -0,0 +1 @@ | |||
inherit enable-selinux | |||