summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-31 13:58:43 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-31 13:58:43 -0600
commita91cc2c94b0a49ea35a8b05555bf47e5ff05b382 (patch)
tree845a43f82d685dcf08dd8ae377e904f116f6c83f
parent703b5afd0bdc98e78121f6e7bce1c540a7f4fb6d (diff)
downloadmeta-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.bbappend6
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 @@
1DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
2
3EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}"
4
5PR .= ".1"
6