Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] task-base: allow distribution to define apm provider
Date: Mon, 25 Apr 2011 00:25:51 +0200	[thread overview]
Message-ID: <1303683951-31313-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1303681612.5518.375.camel@rex>

* use VIRTUAL-RUNTIME_apm instead of apm directly

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/tasks/task-base.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb
index 599fa4b..a2a8925 100644
--- a/meta/recipes-core/tasks/task-base.bb
+++ b/meta/recipes-core/tasks/task-base.bb
@@ -179,8 +179,11 @@ RDEPENDS_task-base-acpi = "\
     acpid \
     libacpi "
 
+# Distro can override apm provider
+VIRTUAL-RUNTIME_apm ?= "apm"
+
 RDEPENDS_task-base-apm = "\
-    apm \
+    ${VIRTUAL-RUNTIME_apm} \
     apmd"
 
 RDEPENDS_task-base-ext2 = "\
-- 
1.7.5.rc1




  reply	other threads:[~2011-04-24 22:28 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-23  6:28 [PATCH 00/37] V2 - Consolidated Pull Request Saul Wold
2011-04-23  6:28 ` [PATCH 01/37] slang: Fix host contamination issue Saul Wold
2011-04-23  6:28 ` [PATCH 02/37] tasks: Upgrade to 0.19 (from 0.18) Saul Wold
2011-04-23  6:28 ` [PATCH 03/37] avahi: Upgrade to 0.6.30 (from 0.6.28) Saul Wold
2011-04-23  6:28 ` [PATCH 04/37] consolekit: Upgrade to 0.4.4 (from 0.4.3) Saul Wold
2011-04-23  6:28 ` [PATCH 05/37] libgpg-error: Upgrade to 1.10 (from 1.9) Saul Wold
2011-04-23  6:28 ` [PATCH 06/37] jpeg: Upgrade to 8c (from 8b) Saul Wold
2011-04-23  6:28 ` [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev Saul Wold
2011-04-25 12:02   ` Gary Thomas
2011-04-25 15:49     ` Saul Wold
2011-04-25 16:35       ` Koen Kooi
2011-04-25 17:07         ` Gary Thomas
2011-04-25 17:14       ` Gary Thomas
2011-04-26  5:47         ` Darren Hart
2011-04-26 17:51           ` Khem Raj
2011-04-28  9:25             ` Richard Purdie
2011-04-29  4:25               ` Darren Hart
2011-04-23  6:28 ` [PATCH 08/37] Control over when package init scripts are run Saul Wold
2011-04-23  6:29 ` [PATCH 09/37] qemu: disable sdl for target build Saul Wold
2011-04-23  6:29 ` [PATCH 10/37] libxfixes: upgrade from 4.0.5 to the latest version 5.0 Saul Wold
2011-04-23  6:29 ` [PATCH 11/37] util-macros: upgrade from 1.11.0 to 1.13.0 Saul Wold
2011-04-23  6:29 ` [PATCH 12/37] preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-files Saul Wold
2011-04-23  6:29 ` [PATCH 13/37] mdadm: upgrade from 3.1.4 to the latest version 3.2.1 Saul Wold
2011-04-23  6:29 ` [PATCH 14/37] liburcu: upgrade from 0.5.2 to 0.5.4 Saul Wold
2011-04-23  6:29 ` [PATCH 15/37] lttng-ust: upgrade from 0.11 to the latest version 0.12 Saul Wold
2011-04-23  6:29 ` [PATCH 16/37] task-poky-tools.bb, task-sdk-gmae.inc: enable lttng-ust for ARM Saul Wold
2011-04-23  6:29 ` [PATCH 17/37] lttng-viewer: upgrade from 0.12.36 to the latest version 0.12.38 Saul Wold
2011-04-23  6:29 ` [PATCH 18/37] distro_tracking_fields.inc: update the info for the following recipes Saul Wold
2011-04-23  6:29 ` [PATCH 19/37] puzzles: Upgrade to svn r9151 (from r9084) Saul Wold
2011-04-23  6:29 ` [PATCH 20/37] linux-tools.inc: turn off newt and dwarf for perf Saul Wold
2011-04-23  6:29 ` [PATCH 21/37] ofono: add bluez4 to DEPENDS list Saul Wold
2011-04-23  6:29 ` [PATCH 22/37] mpfr: upgrade from 3.0.0 to 3.0.1 Saul Wold
2011-04-23  6:29 ` [PATCH 23/37] python-gst: upgrade from 0.10.19 to 0.10.21 Saul Wold
2011-04-23  6:29 ` [PATCH 24/37] git: upgrade from 1.7.3.4 to 1.7.4.3 Saul Wold
2011-04-23  6:29 ` [PATCH 25/37] python-pycairo: fix installation path of __init__.py Saul Wold
2011-04-23  6:29 ` [PATCH 26/37] perl-5.12.2: use of PERLHOSTLIB var fix Saul Wold
2011-04-23  6:29 ` [PATCH 27/37] cpan.bbclass: export PERLHOSTLIB for perl modules Saul Wold
2011-04-23  6:29 ` [PATCH 28/37] libxml-parser-perl: upgrade from 2.36 to 2.40 Saul Wold
2011-04-23  6:29 ` [PATCH 29/37] distro_tracking: recipe information update Saul Wold
2011-04-23  6:29 ` [PATCH 30/37] qemu-helper-nativesdk: Update LIC_FILE_CHKSUM for renamed helper Saul Wold
2011-04-23  6:29 ` [PATCH 31/37] lsbsetup: add some workaround for LSB tests Saul Wold
2011-04-23  6:29 ` [PATCH 32/37] pcmciautils: Upgrade 017 -> 018 Saul Wold
2011-04-23  6:29 ` [PATCH 33/37] gconf-dbus: add SRCREV to recipe Saul Wold
2011-04-24 21:45   ` Richard Purdie
2011-04-23  6:29 ` [PATCH 34/37] xf86-video-omapfb: " Saul Wold
2011-04-23  6:29 ` [PATCH 35/37] task-base: allow distribution to define apm provider Saul Wold
2011-04-24 21:46   ` Richard Purdie
2011-04-24 22:25     ` Martin Jansa [this message]
2011-04-24 22:41       ` [PATCH] " Richard Purdie
2011-04-23  6:29 ` [PATCH 36/37] librsvg 2.32.1: fix postinst script Saul Wold
2011-04-23  6:29 ` [PATCH 37/37] create-lsb-image:Rename creat-lsb-image and fix some bugs Saul Wold
2011-04-24 21:28   ` Richard Purdie
2011-04-24 21:43 ` [PATCH 00/37] V2 - Consolidated Pull Request Richard Purdie

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=1303683951-31313-1-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@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