From: Chen Qi Date: Wed, 3 Sep 2014 07:08:59 +0000 (+0800) Subject: systemd: add PACKAGECONFIG for 'journal-upload' X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52c028252270c7bddc71554089fb184e52c5870;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index df4a2176868..f88a9a9e902 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