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 11:09:04 +0100 |
commit | 2189b7e7d7bdd8eaa6e1c92376b3c5f5cccc71d7 (patch) | |
tree | 45df1247a3a491f7df4f1e52bd90d823425789d3 | |
parent | 6301fde8956245e0b7e702788701eed3aa8811bb (diff) | |
download | poky-2189b7e7d7bdd8eaa6e1c92376b3c5f5cccc71d7.tar.gz |
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.
(From OE-Core rev: b52c028252270c7bddc71554089fb184e52c5870)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
47 | GTKDOC_DOCDIR = "${S}/docs/" | 47 | GTKDOC_DOCDIR = "${S}/docs/" |
48 | 48 | ||
49 | PACKAGECONFIG ??= "xz" | 49 | PACKAGECONFIG ??= "xz" |
50 | PACKAGECONFIG[journal-upload] = "--enable-libcurl,--disable-libcurl,curl" | ||
50 | # Sign the journal for anti-tampering | 51 | # Sign the journal for anti-tampering |
51 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 52 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" |
52 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand | 53 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand |