From: Koen Kooi Date: Sat, 15 Sep 2007 19:46:13 +0000 (+0000) Subject: linux-ezx: disable backlight patch for rorkre6 as it only turns of bl at this point X-Git-Tag: Release-2010-05/1~8625^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced90dc79b32f3f273b58e35f7660e73c6427b1b;p=openembedded.git linux-ezx: disable backlight patch for rorkre6 as it only turns of bl at this point --- diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index f364df8dde..deaa99d5ad 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -2,7 +2,7 @@ DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and AUTHOR = "The OpenEZX Team " HOMEPAGE = "http://www.openezx.org" EZX = "ezxdev" -PR = "${EZX}-r15" +PR = "${EZX}-r16" require linux.inc @@ -40,7 +40,6 @@ SRC_URI = " \ file://patches/ezx-eoc.patch;patch=1 \ file://patches/a1200-eoc.patch;patch=1 \ file://patches/e6-eoc.patch;patch=1 \ - file://patches/ezx-backlight.patch;patch=1 \ file://patches/a780-flip.patch;patch=1 \ file://patches/e680-locksw.patch;patch=1 \ file://patches/a780-leds.patch;patch=1 \ @@ -63,6 +62,13 @@ SRC_URI = " \ file://defconfig \ \ " + +BACKLIGHTPATCH = " file://patches/ezx-backlight.patch;patch=1 " +BACKLIGHTPATCH_rokre6 = "" + +SRC_URI += "${BACKLIGHTPATCH}" + + S = "${WORKDIR}/linux-${PV}"