diff options
Diffstat (limited to 'packages/gpe-conf/gpe-conf_0.1.30.bb')
-rw-r--r-- | packages/gpe-conf/gpe-conf_0.1.30.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gpe-conf/gpe-conf_0.1.30.bb b/packages/gpe-conf/gpe-conf_0.1.30.bb index c0ee7e2ea0..5588420e45 100644 --- a/packages/gpe-conf/gpe-conf_0.1.30.bb +++ b/packages/gpe-conf/gpe-conf_0.1.30.bb @@ -3,11 +3,12 @@ LICENSE = "GPL" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" -PR="r1" +PR="r2" inherit gpe -SRC_URI += " file://fixsegfault.patch;patch=1;pnum=0" +SRC_URI += " file://fixsegfault.patch;patch=1;pnum=0 \ + file://ipaq-sleep-configName.patch;patch=1" DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons" RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons" |