summaryrefslogtreecommitdiffstats
path: root/recipes/suspend-desktop/suspend-desktop_1.0.bb
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-04 08:17:55 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-04 08:17:55 +0100
commit49d5f70658ab0386bee5869656d0405a6d416e35 (patch)
treeeb05cb5f3f5f6dcb3510032d1e8843823660d04a /recipes/suspend-desktop/suspend-desktop_1.0.bb
parenta5f31b42d1dbdeb252b73cf0dd260d94de8bb4e9 (diff)
downloadopenembedded-49d5f70658ab0386bee5869656d0405a6d416e35.tar.gz
task-base: Introduce DISTRO_apm and convert recipes to use it.
* This allows distros to override the apm provider with an DISTRO_apm variable * The change should be transparent and invisible for other distros * This could also be done with a virtual/apm package, and a PREFERED_PROVIDER set to apm Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/suspend-desktop/suspend-desktop_1.0.bb')
-rw-r--r--recipes/suspend-desktop/suspend-desktop_1.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/suspend-desktop/suspend-desktop_1.0.bb b/recipes/suspend-desktop/suspend-desktop_1.0.bb
index fa9efba84b..8fcdfea08d 100644
--- a/recipes/suspend-desktop/suspend-desktop_1.0.bb
+++ b/recipes/suspend-desktop/suspend-desktop_1.0.bb
@@ -3,10 +3,11 @@ PRIORITY = "optional"
DESCRIPTION = "Suspend feature for the application launcher menu."
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
+DISTRO-apm ?= "apm"
RDEPENDS = "gpe-conf"
-RRECOMMENDS = "apm"
+RRECOMMENDS = "${DISTRO_apm}"
PACKAGES = "${PN}"
PACKAGE_ARCH = "all"