summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_241.bb
diff options
context:
space:
mode:
authorVincent Prince <vincent.prince.fr@gmail.com>2019-03-27 16:45:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:28:53 +0000
commitdd8c80b235cc78a9fcb059c6dabdb70dd3de77e2 (patch)
tree264e655ba3ada731d85ea641f149fc015d2ad525 /meta/recipes-core/systemd/systemd_241.bb
parent59fada98b957aed6fb3255fc00c8f709b416f0ef (diff)
downloadpoky-dd8c80b235cc78a9fcb059c6dabdb70dd3de77e2.tar.gz
systemd: Add pattern matching support to PACKAGECONFIG
libpcre2 is needed to enable grep option to journalctl. (From OE-Core rev: 623946c9b56d4a253e0e82936ec86595edc1da1b) Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_241.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_241.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
index a12b9abee8..bfbfc81330 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
+++ b/meta/recipes-core/systemd/systemd_241.bb
@@ -151,6 +151,7 @@ PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false"
151PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" 151PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false"
152PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" 152PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl"
153PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" 153PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}"
154PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2"
154PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false" 155PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false"
155PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" 156PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false"
156PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode" 157PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode"