diff options
author | Marek Vasut <marex@denx.de> | 2022-12-18 01:00:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 19:48:00 +0000 |
commit | ace02cec70a4a1bc9088044905b3c4a801a39a1b (patch) | |
tree | a2246dde4613d0c5150ac5c72a8611805ab3d083 | |
parent | d2c28dcbca453bc6c9131466f69d633bf4b33f12 (diff) | |
download | poky-ace02cec70a4a1bc9088044905b3c4a801a39a1b.tar.gz |
systemd: Make importd depend on glib-2.0 again
It seems importd still requires glib-2.0, add the missing dependency.
(From OE-Core rev: 224cd8ca540a2c9d7d407a44dccd63f808c1ea15)
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_251.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_251.8.bb b/meta/recipes-core/systemd/systemd_251.8.bb index 5fb0e86982..8f2fb90455 100644 --- a/meta/recipes-core/systemd/systemd_251.8.bb +++ b/meta/recipes-core/systemd/systemd_251.8.bb | |||
@@ -144,7 +144,7 @@ PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" | |||
144 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" | 144 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" |
145 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" | 145 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" |
146 | # importd requires journal-upload/xz/zlib/bzip2/gcrypt | 146 | # importd requires journal-upload/xz/zlib/bzip2/gcrypt |
147 | PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" | 147 | PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false,glib-2.0" |
148 | # Update NAT firewall rules | 148 | # Update NAT firewall rules |
149 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" | 149 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" |
150 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" | 150 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" |