All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 02/25] systemd: add PACKAGECONFIG for 'journal-upload'
Date: Wed, 3 Sep 2014 15:08:59 +0800	[thread overview]
Message-ID: <650faa1e6d42990182570c9c7e45b35891c94001.1409728004.git.Qi.Chen@windriver.com> (raw)
In-Reply-To: <cover.1409728004.git.Qi.Chen@windriver.com>

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

diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index df4a217..f88a9a9 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
-- 
1.9.1



  parent reply	other threads:[~2014-09-03  7:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-03  7:08 [PATCH V2 00/25] systemd upgrade to 216 and other misc fixes Chen Qi
2014-09-03  7:08 ` [PATCH 01/25] systemd: upgrade to 216 Chen Qi
2014-09-03  7:08 ` Chen Qi [this message]
2014-09-03  7:09 ` [PATCH 03/25] systemd: make runlevel work in non-runlevel targets Chen Qi
2014-09-03  7:09 ` [PATCH 04/25] update-rc.d: fix logic in populate_packages_updatercd Chen Qi
2014-09-03  7:09 ` [PATCH 05/25] alsa-state: fix pkg_postinst and set INHIBIT_UPDATERCD_BBCLASS Chen Qi
2014-09-03  7:09 ` [PATCH 06/25] keymaps: fix for systemd Chen Qi
2014-09-03  7:09 ` [PATCH 07/25] systemd: add kbd-keymaps to RRECOMMENDS of systemd-vconsole-setup Chen Qi
2014-09-03  7:09 ` [PATCH 08/25] v86d: set INHIBIT_UPDATERCD_BBCLASS if 'sysvinit' not in DISTRO_FEATURES Chen Qi
2014-09-03  7:09 ` [PATCH 09/25] systemd: add support for executing scripts under /etc/rcS.d Chen Qi
2014-09-03  7:09 ` [PATCH 10/25] dhcp: add systemd service files Chen Qi
2014-09-03  7:09 ` [PATCH 11/25] acpid: upgrade to 2.0.22 and add systemd support Chen Qi
2014-09-03  7:09 ` [PATCH 12/25] cups: make cups daemon start correctly Chen Qi
2014-09-03  7:09 ` [PATCH 13/25] cups: add systemd support Chen Qi
2014-09-03  7:09 ` [PATCH 14/25] rpcbind: avoid entering failed status after stopping daemon Chen Qi
2014-09-03  7:09 ` [PATCH 15/25] at: remove dependency on initscripts Chen Qi
2014-09-03  7:09 ` [PATCH 16/25] at: inherit update-rc.d to handle sysv init script Chen Qi
2014-09-03  7:09 ` [PATCH 17/25] keymaps: remove dependency on initscripts Chen Qi
2014-09-03  7:09 ` [PATCH 18/25] packagegroup-core-boot: conditionally rdepend on VIRTUAL-RUNTIME_initscripts Chen Qi
2014-09-03  7:09 ` [PATCH 19/25] initscripts: mask several init scripts Chen Qi
2014-09-03  7:09 ` [PATCH 20/25] keymaps: mask keymap when necessary Chen Qi
2014-09-03  7:09 ` [PATCH 21/25] v86d: mask fbsetup " Chen Qi
2014-09-03  7:09 ` [PATCH 22/25] psplash: mask psplash in case of systemd Chen Qi
2014-09-03  7:09 ` [PATCH 23/25] modutils-initscripts: mask modutils " Chen Qi
2014-09-03  7:09 ` [PATCH 24/25] run-postinsts.service: remove redundant line Chen Qi
2014-09-03  7:09 ` [PATCH 25/25] systemd: enable forwarding messages to syslog daemon Chen Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=650faa1e6d42990182570c9c7e45b35891c94001.1409728004.git.Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.