diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:08:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 10:24:20 +0100 |
commit | b52c028252270c7bddc71554089fb184e52c5870 (patch) | |
tree | 32fca416054f81419871bbf54351f217e41a4f8d /meta/recipes-core/systemd | |
parent | 58c432b2725ad8b78d02cb91a6ab405d425c01cc (diff) | |
download | openembedded-core-b52c028252270c7bddc71554089fb184e52c5870.tar.gz openembedded-core-b52c028252270c7bddc71554089fb184e52c5870.tar.bz2 openembedded-core-b52c028252270c7bddc71554089fb184e52c5870.zip |
systemd: add PACKAGECONFIG for 'journal-upload'
Add PACKAGECONFIG for 'journal-upload' and disable it by default.
Once enabled, it will add 'curl' to its dependency.
Signed-off-by: Chen Qi <Qi.Chen@windriver.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_216.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index df4a217686..f88a9a9e90 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb @@ -47,6 +47,7 @@ LDFLAGS_append_libc-uclibc = " -lrt" GTKDOC_DOCDIR = "${S}/docs/" PACKAGECONFIG ??= "xz" +PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" # Sign the journal for anti-tampering PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" # regardless of PACKAGECONFIG, libgcrypt is always required to expand |