diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-03-09 17:08:40 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-03-09 17:54:03 +0800 |
commit | 23d99ebc3f58f9304f04f511c9e60d17c898cf10 (patch) | |
tree | 0648428374d788ad69cca9c9fc70e6c3cc6b074d /recipes-kernel | |
parent | e5b9f49048dfd5bb32985d369762c5ac8f494e5f (diff) | |
download | meta-selinux-23d99ebc3f58f9304f04f511c9e60d17c898cf10.tar.gz |
kernel: remove 3.0 bbappend to fit oe-core
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.0.bbappend b/recipes-kernel/linux/linux-yocto_3.0.bbappend deleted file mode 100644 index 3514b3d..0000000 --- a/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # Enable selinux support in the kernel if the feature is enabled | ||
4 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}" | ||