aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/suspend-desktop
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-04 09:07:33 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-04 11:59:02 +0100
commit3943c0dac3e134e55a478cc575a005d57ed4e860 (patch)
tree9c7d43a6def5dff400a35493d5a7cd1831999cbb /recipes/suspend-desktop
parent3512b7de2daae13ecad6dbe4475bd58ab053cb29 (diff)
downloadopenembedded-3943c0dac3e134e55a478cc575a005d57ed4e860.tar.gz
task-base: Introduce DISTRO_APM and convert recipes to use that
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/suspend-desktop')
-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..085d686aa1 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"