summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-12-10 13:08:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-28 23:25:34 +0000
commit89e96f0efb0f7f9448377a17e37caeb0824dabc8 (patch)
tree9f9e47a1885a83274a6e0da2ecd374269f53653a /meta/recipes-extended/sed
parentcc67c559a272415f511072ca1eeab96efc5a3885 (diff)
downloadopenembedded-core-contrib-89e96f0efb0f7f9448377a17e37caeb0824dabc8.tar.gz
sed: add PACKAGECONFIG for selinux
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/sed')
-rw-r--r--meta/recipes-extended/sed/sed_4.7.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sed/sed_4.7.bb b/meta/recipes-extended/sed/sed_4.7.bb
index 312f07f047..a285941dc4 100644
--- a/meta/recipes-extended/sed/sed_4.7.bb
+++ b/meta/recipes-extended/sed/sed_4.7.bb
@@ -13,6 +13,9 @@ SRC_URI[md5sum] = "777ddfd9d71dd06711fe91f0925e1573"
SRC_URI[sha256sum] = "2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a"
inherit autotools texinfo update-alternatives gettext ptest
+
+PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
+
RDEPENDS_${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat"
RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7"