From: Jonathan McDowell Date: Mon, 31 Oct 2005 20:55:49 +0000 (+0000) Subject: xserver-kdrive: Add apm patch for spitz/akita/borzoi to fix suspend under X-Git-Tag: Release-2010-05/1~9453^2~3163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70f5f73dbdcd84a54857fc4036b73836ac8bb66;p=openembedded.git xserver-kdrive: Add apm patch for spitz/akita/borzoi to fix suspend under 2.6 kernel. --- diff --git a/packages/xserver/xserver-kdrive_20050207.bb b/packages/xserver/xserver-kdrive_20050207.bb index 65f1420096..0e4de30eaa 100644 --- a/packages/xserver/xserver-kdrive_20050207.bb +++ b/packages/xserver/xserver-kdrive_20050207.bb @@ -45,12 +45,18 @@ SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" +SRC_URI_append_spitz = " file://disable-apm.patch;patch=1" +SRC_URI_append_akita = " file://disable-apm.patch;patch=1" +SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1" PACKAGE_ARCH_poodle = "poodle" PACKAGE_ARCH_c7x0 = "c7x0" PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" PACKAGE_ARCH_h3900 = "h3900" PACKAGE_ARCH_h2200 = "h2200" +PACKAGE_ARCH_spitz = "spitz" +PACKAGE_ARCH_akita = "akita" +PACKAGE_ARCH_borzoi = "borzoi" S = "${WORKDIR}/xserver"