From: Koen Kooi Date: Mon, 1 Aug 2005 11:32:30 +0000 (+0000) Subject: Use apm hack for ipaq-pxa270 too till we find a better solution. X-Git-Tag: Release-2010-05/1~9453^2~4014^2~4^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d1dd593014886b563b8dbb07439ef02383f623;p=openembedded.git Use apm hack for ipaq-pxa270 too till we find a better solution. --- diff --git a/packages/xserver/xserver-kdrive_20050207.bb b/packages/xserver/xserver-kdrive_20050207.bb index 534772e91f..53b704e362 100644 --- a/packages/xserver/xserver-kdrive_20050207.bb +++ b/packages/xserver/xserver-kdrive_20050207.bb @@ -42,9 +42,11 @@ SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ file://disable-apm.patch;patch=1" SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" +SRC_URI_append_ipaq-pxa270 = " file://disable-apm.patch;patch=1" PACKAGE_ARCH_poodle = "poodle" PACKAGE_ARCH_c7x0 = "c7x0" +PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" S = "${WORKDIR}/xserver"