]> code.ossystems Code Review - openembedded-core.git/commitdiff
sed: add PACKAGECONFIG for selinux
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 10 Dec 2019 12:08:31 +0000 (13:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:25:34 +0000 (23:25 +0000)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/sed/sed_4.7.bb

index 312f07f0479220e098ad60357a980089ebeb8a8c..a285941dc4bfc464c9f85b5bae359dbcf8addcbf 100644 (file)
@@ -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"