diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2020-12-18 09:42:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-20 00:03:05 +0000 |
commit | 3988f6824a476fa5068d567834035849583a881b (patch) | |
tree | 931bea2251e79ae6bb0a7241fd29fee196865f80 | |
parent | 98ac887c451ec07f152495cc56a2883176dd4c70 (diff) | |
download | poky-3988f6824a476fa5068d567834035849583a881b.tar.gz |
systemd: set -Dmode=release as recommended by NEWS
(From OE-Core rev: c101682b75284b9759c692f5cc7daafece0e32e0)
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_247.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_247.2.bb b/meta/recipes-core/systemd/systemd_247.2.bb index 05dd4f3b7f..7055cc9fca 100644 --- a/meta/recipes-core/systemd/systemd_247.2.bb +++ b/meta/recipes-core/systemd/systemd_247.2.bb | |||
@@ -209,6 +209,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \ | |||
209 | -Drootlibdir=${rootlibdir} \ | 209 | -Drootlibdir=${rootlibdir} \ |
210 | -Drootprefix=${rootprefix} \ | 210 | -Drootprefix=${rootprefix} \ |
211 | -Ddefault-locale=C \ | 211 | -Ddefault-locale=C \ |
212 | -Dmode=release \ | ||
212 | " | 213 | " |
213 | 214 | ||
214 | # Hardcode target binary paths to avoid using paths from sysroot | 215 | # Hardcode target binary paths to avoid using paths from sysroot |