diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2019-03-27 16:45:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | dd8c80b235cc78a9fcb059c6dabdb70dd3de77e2 (patch) | |
tree | 264e655ba3ada731d85ea641f149fc015d2ad525 /meta | |
parent | 59fada98b957aed6fb3255fc00c8f709b416f0ef (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_241.bb | 1 |
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" | |||
151 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" | 151 | PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" |
152 | PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" | 152 | PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" |
153 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" | 153 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" |
154 | PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2" | ||
154 | PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false" | 155 | PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false" |
155 | PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" | 156 | PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" |
156 | PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode" | 157 | PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode" |