[oe-commits] [openembedded-core] 32/43: systemd: add comment stating that resolved needs gcrypt

git at git.openembedded.org git at git.openembedded.org
Thu Mar 10 23:15:04 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8f64ca7d2c799d456b96180f30ed10e5e587e23d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 10 16:35:41 2016 +0000

    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 at intel.com>
---
 meta/recipes-core/systemd/systemd_229.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb
index cd48360..ae88c89 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list