diff options
author | Vivien Didelot <vdidelot@pbsc.com> | 2021-02-20 17:59:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-23 22:35:00 +0000 |
commit | fa35f3ef9c1f61bc79bb84540ca696da0a9641ac (patch) | |
tree | b24e51ddbf21c3c390b5017d55ca5f4feef777c2 /meta/recipes-core/systemd | |
parent | 4700737f9ab4574197843b1f96693d8f8c2c0c88 (diff) | |
download | poky-fa35f3ef9c1f61bc79bb84540ca696da0a9641ac.tar.gz |
systemd: Fix importd requirements comment
The comment above the importd config states curl, which does not
exist in PACKAGECONFIG. Adding it results in the following error
(and then misleading compilation failures):
WARNING: systemd-1_244.5-r0 do_configure: QA Issue: systemd: invalid PACKAGECONFIG: curl [invalid-packageconfig]
Support for curl is currently enabled through journal-upload:
PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl"
While it might be more appropriate to deprecate "journal-upload"
in favor of a "curl" PACKAGECONFIG entry, simply fix the importd
comment for now by stating upload-journal instead of curl.
(From OE-Core rev: e6a0bced605da58ff43ff06ea6a1d67e84c98d91)
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_247.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_247.3.bb b/meta/recipes-core/systemd/systemd_247.3.bb index 59e000f1dd..c0073ad7b0 100644 --- a/meta/recipes-core/systemd/systemd_247.3.bb +++ b/meta/recipes-core/systemd/systemd_247.3.bb | |||
@@ -141,7 +141,7 @@ PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" | |||
141 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" | 141 | PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" |
142 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" | 142 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" |
143 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" | 143 | PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" |
144 | # importd requires curl/xz/zlib/bzip2/gcrypt | 144 | # importd requires journal-upload/xz/zlib/bzip2/gcrypt |
145 | PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" | 145 | PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" |
146 | # Update NAT firewall rules | 146 | # Update NAT firewall rules |
147 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" | 147 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" |