All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, yocto@yoctoproject.org
Subject: [meta-cgl][PATCH 2/3] iscsi-initiator-utils: make it DISTRO_FEATURE dependent
Date: Thu,  2 Feb 2017 16:38:11 -0800	[thread overview]
Message-ID: <1486082292-29971-2-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1486082292-29971-1-git-send-email-akuster808@gmail.com>

From: Armin Kuster <akuster@mvista.com>

When this package was updated in OE,
it now requires systemd. Make this optional.

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb b/meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb
index b0c2cac..045691a 100644
--- a/meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb
+++ b/meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb
@@ -42,7 +42,7 @@ RDEPENDS_packagegroup-cgl-middleware = "\
     strongswan \
     vlan \
     corosync \
-    iscsi-initiator-utils \
+ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "iscsi-initiator-utils", "",d)} \
     openais \
     openipmi \
     openhpi \
-- 
2.7.4



  reply	other threads:[~2017-02-03  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03  0:38 [meta-cgl][PATCH 1/3] cgl layer.conf: add layer depends Armin Kuster
2017-02-03  0:38 ` Armin Kuster [this message]
2017-02-20  3:51   ` [meta-cgl][PATCH 2/3] iscsi-initiator-utils: make it DISTRO_FEATURE dependent akuster808
2017-02-03  0:38 ` [meta-cgl][PATCH 3/3] openais: change SRC_URI http to fix error Armin Kuster
2017-02-20  3:50 ` [meta-cgl][PATCH 1/3] cgl layer.conf: add layer depends akuster808

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=1486082292-29971-2-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@yoctoproject.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.