From: Matthias Hentges Date: Wed, 30 May 2007 23:12:56 +0000 (+0000) Subject: keylaunch: Fix RDEPENDS to display-brightness for selected machines, closing bug... X-Git-Tag: Release-2010-05/1~8868^2~400^2~128^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bdac712713cdd972a239f202f74e64f613d1afa;p=openembedded.git keylaunch: Fix RDEPENDS to display-brightness for selected machines, closing bug #2110 --- diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb index 8eb74cd6b1..9e5a224aaf 100644 --- a/packages/keylaunch/keylaunch_2.0.10.bb +++ b/packages/keylaunch/keylaunch_2.0.10.bb @@ -1,7 +1,10 @@ inherit gpe -DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch" -RDEPENDS_append_openzaurus = " display-brightness" +DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch display-brightness" + +RDEPENDS_append_spitz = " display-brightness" +RDEPENDS_append_akita = " display-brightness" +RDEPENDS_append_c7x0 = " display-brightness" SECTION = "gpe" LICENSE = "GPL" @@ -12,7 +15,7 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\ program is already running, keylaunch can bring its window to the front\ rather than just running another copy." PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r8" +PR = "r9" SRC_URI += " file://keylaunchrc" SRC_URI += " file://makefile-fix.patch;patch=1"