summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-12-18 01:00:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 19:48:00 +0000
commitace02cec70a4a1bc9088044905b3c4a801a39a1b (patch)
treea2246dde4613d0c5150ac5c72a8611805ab3d083 /meta/recipes-core
parentd2c28dcbca453bc6c9131466f69d633bf4b33f12 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_251.8.bb2
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"
144PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" 144PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"
145PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" 145PACKAGECONFIG[ima] = "-Dima=true,-Dima=false"
146# importd requires journal-upload/xz/zlib/bzip2/gcrypt 146# importd requires journal-upload/xz/zlib/bzip2/gcrypt
147PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" 147PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false,glib-2.0"
148# Update NAT firewall rules 148# Update NAT firewall rules
149PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" 149PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables"
150PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" 150PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl"