aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-04 21:39:35 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-05 11:02:05 -0800
commit4213fb939fb62c10ff46226ed0918537a9c452ec (patch)
tree6ec49e3da5c773e5ed6505fc8e25472d6a1ce361 /meta-oe
parent455409badd5a8f170e7ed07c1df6b19f7fd2d77b (diff)
downloadmeta-openembedded-contrib-4213fb939fb62c10ff46226ed0918537a9c452ec.tar.gz
emacs: Add packageconfig for selinux support
Disable it by default, since selinux may not be present on build hosts and it can result in non-deterministic behavior during build. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/emacs/emacs_29.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs_29.1.bb b/meta-oe/recipes-support/emacs/emacs_29.1.bb
index ae35367ac4..5cbe4551c0 100644
--- a/meta-oe/recipes-support/emacs/emacs_29.1.bb
+++ b/meta-oe/recipes-support/emacs/emacs_29.1.bb
@@ -18,6 +18,7 @@ CVE_STATUS[CVE-2007-6109] = "fixed-version: The CPE in the NVD database doesn't
PACKAGECONFIG[gnutls] = "--with-gnutls=yes,--with-gnutls=no,gnutls"
PACKAGECONFIG[kerberos] = "--with-kerberos=yes,--with-kerberos=no,krb5"
PACKAGECONFIG[libgmp] = "--with-libgmp=yes,--with-libgmp=no,gmp"
+PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux"
PACKAGECONFIG ??= "gnutls kerberos libgmp"