Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] sysklogd.inc: Check for package-management in IMAGE_FEATURES
Date: Thu,  9 Jun 2011 17:57:47 -0700	[thread overview]
Message-ID: <1307667467-467-2-git-send-email-raj.khem@gmail.com> (raw)
In-Reply-To: <1307667467-467-1-git-send-email-raj.khem@gmail.com>

ONLINE_PACKAGE_MANAGEMENT does not exist on oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/sysklogd/sysklogd.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index f2b1c15..f6a56ec 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
 # syslog initscript is handled explicitly because order of
 # update-rc.d and update-alternatives is important (see below)
 DEPENDS_append = " update-rc.d update-rc.d-native"
-RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
+RDEPENDS_${PN}_append = " ${@oe.utils.contains("IMAGE_FEATURES", "package-management", "update-rc.d", "", d)}"
 
 SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \
            file://no-strip-install.patch \
-- 
1.7.4.1




  reply	other threads:[~2011-06-10  1:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10  0:57 [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums Khem Raj
2011-06-10  0:57 ` Khem Raj [this message]
2011-06-10  6:39   ` [PATCH 2/2] sysklogd.inc: Check for package-management in IMAGE_FEATURES Koen Kooi
2011-06-10 14:17   ` Phil Blundell
2011-06-10  1:18 ` [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums Saul Wold
2011-06-10  2:44   ` Khem Raj
2011-06-10  4:38     ` Saul Wold
2011-06-10  5:36       ` Khem Raj
2011-06-10  5:52         ` Saul Wold

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=1307667467-467-2-git-send-email-raj.khem@gmail.com \
    --to=raj.khem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox