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:41 +0000
commit6dd87e45f3db9c3402c9b030bb8cc0255bb45582 (patch)
tree2e4f6ed6fc1bc76f24ebc7348e5c7ab5b88761dd /meta/recipes-extended/sed
parentd18a8fbd2128b83efb236e8cb70cb6e98d130861 (diff)
downloadpoky-6dd87e45f3db9c3402c9b030bb8cc0255bb45582.tar.gz
sed: add PACKAGECONFIG for selinux
(From OE-Core rev: 89e96f0efb0f7f9448377a17e37caeb0824dabc8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
13SRC_URI[sha256sum] = "2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a" 13SRC_URI[sha256sum] = "2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a"
14 14
15inherit autotools texinfo update-alternatives gettext ptest 15inherit autotools texinfo update-alternatives gettext ptest
16
17PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
18
16RDEPENDS_${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat" 19RDEPENDS_${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat"
17RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7" 20RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7"
18 21