From: Richard Purdie Date: Sun, 4 Sep 2005 23:17:25 +0000 (+0000) Subject: linux-oz-2.6: Correct battery status updating under certain circumstances for c7x0... X-Git-Tag: Release-2010-05/1~9453^2~3649^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3310a8c8bee7cb0a4cfe174a6fb32080cceb1acd;p=openembedded.git linux-oz-2.6: Correct battery status updating under certain circumstances for c7x0, cxx00. Thanks to lardman for helping find the problem --- diff --git a/packages/linux/linux-openzaurus_2.6.13-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-mm1.bb index 00ec5e609e..a9275ee095 100644 --- a/packages/linux/linux-openzaurus_2.6.13-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-mm1.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}" KV = "${@bb.data.getVar('PV',d,True)}" -PR = "r1" +PR = "r2" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -61,7 +61,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/sharpsl_lcd-r2.patch;patch=1 \ ${RPSRC}/sharpsl_ts-r3.patch;patch=1 \ ${RPSRC}/sharpsl_bl-r2.patch;patch=1 \ - ${RPSRC}/sharpsl_pm-r5.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-r6.patch;patch=1 \ ${RPSRC}/corgi_pm-r1.patch;patch=1 \ ${RPSRC}/spitzkbd-r1.patch;patch=1 \ ${RPSRC}/spitzcf-r2.patch;patch=1 \