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:27 +0000 |
commit | c885b44480b14554c8835e114a2e5469a82f0598 (patch) | |
tree | 2fb3d68dc33364cfe2c26ca465287bf7eec6704d /meta/recipes-core | |
parent | 1ee24e435353d93374895eead81fb281e1338739 (diff) | |
download | openembedded-core-c885b44480b14554c8835e114a2e5469a82f0598.tar.gz openembedded-core-c885b44480b14554c8835e114a2e5469a82f0598.tar.bz2 openembedded-core-c885b44480b14554c8835e114a2e5469a82f0598.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-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" PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" +# resolved needs gcrypt PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" PACKAGECONFIG[machined] = "--enable-machined,--disable-machined" |