diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-04 08:30:46 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-04 08:30:46 +0100 |
commit | 80739fde7f5be56aae0b5981ce50cfe21ff94113 (patch) | |
tree | 1ef5fe05d94a26d13007d30bcff5d4c9a7ce12a1 /recipes/suspend-desktop | |
parent | 49d5f70658ab0386bee5869656d0405a6d416e35 (diff) |
Revert Introduce DISTRO_apm patch until I get permission
* This was committed accidentally
* This reverts commit 49d5f70658ab0386bee5869656d0405a6d416e35.
Diffstat (limited to 'recipes/suspend-desktop')
-rw-r--r-- | recipes/suspend-desktop/suspend-desktop_1.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/suspend-desktop/suspend-desktop_1.0.bb b/recipes/suspend-desktop/suspend-desktop_1.0.bb index 8fcdfea08d..fa9efba84b 100644 --- a/recipes/suspend-desktop/suspend-desktop_1.0.bb +++ b/recipes/suspend-desktop/suspend-desktop_1.0.bb @@ -3,11 +3,10 @@ PRIORITY = "optional" DESCRIPTION = "Suspend feature for the application launcher menu." LICENSE = "GPL" -PR = "r2" +PR = "r1" -DISTRO-apm ?= "apm" RDEPENDS = "gpe-conf" -RRECOMMENDS = "${DISTRO_apm}" +RRECOMMENDS = "apm" PACKAGES = "${PN}" PACKAGE_ARCH = "all" |