diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-31 13:58:43 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-31 13:58:43 -0600 |
commit | a91cc2c94b0a49ea35a8b05555bf47e5ff05b382 (patch) | |
tree | 845a43f82d685dcf08dd8ae377e904f116f6c83f | |
parent | 703b5afd0bdc98e78121f6e7bce1c540a7f4fb6d (diff) | |
download | meta-selinux-a91cc2c94b0a49ea35a8b05555bf47e5ff05b382.tar.gz |
prelink: Enable SE Linux
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-devtools/prelink/prelink_git.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/prelink/prelink_git.bbappend b/recipes-devtools/prelink/prelink_git.bbappend new file mode 100644 index 0000000..29eaee7 --- /dev/null +++ b/recipes-devtools/prelink/prelink_git.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
2 | |||
3 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||
4 | |||
5 | PR .= ".1" | ||
6 | |||