diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-03-10 16:35:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 16:50:45 +0000 |
| commit | 6bd6a2b6fe0775e6ec75ad70af6231f944fa399c (patch) | |
| tree | 8da7df2e92e4eb788c0efbfc780418f63c8dbbc5 | |
| parent | a5fd57d971e91c1278bdf0b4b95893cea240980b (diff) | |
| download | poky-6bd6a2b6fe0775e6ec75ad70af6231f944fa399c.tar.gz | |
systemd: add comment stating that resolved needs gcrypt
The resolved support requires that gcrypt is enabled. PACKAGECONFIG doesn't
support dependencies, so add a comment.
(From OE-Core rev: c885b44480b14554c8835e114a2e5469a82f0598)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_229.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index cd483609c1..ae88c89673 100644 --- a/meta/recipes-core/systemd/systemd_229.bb +++ b/meta/recipes-core/systemd/systemd_229.bb | |||
| @@ -101,6 +101,7 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | |||
| 101 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 101 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
| 102 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | 102 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" |
| 103 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" | 103 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" |
| 104 | # resolved needs gcrypt | ||
| 104 | PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" | 105 | PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" |
| 105 | PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" | 106 | PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" |
| 106 | PACKAGECONFIG[machined] = "--enable-machined,--disable-machined" | 107 | PACKAGECONFIG[machined] = "--enable-machined,--disable-machined" |
