From: Marek Vasut Date: Sun, 18 Dec 2022 00:00:38 +0000 (+0100) Subject: systemd: Make importd depend on glib-2.0 again X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=224cd8ca540a2c9d7d407a44dccd63f808c1ea15;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: Make importd depend on glib-2.0 again It seems importd still requires glib-2.0, add the missing dependency. Signed-off-by: Marek Vasut Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_251.8.bb b/meta/recipes-core/systemd/systemd_251.8.bb index 5fb0e86982b..8f2fb904550 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" PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" # importd requires journal-upload/xz/zlib/bzip2/gcrypt -PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" +PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false,glib-2.0" # Update NAT firewall rules PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl"