From: Michael Krelin Date: Sat, 5 May 2007 19:54:59 +0000 (+0000) Subject: gpe-autostarter: fix compilation with recent linux-linux-headers, closes #2176 X-Git-Tag: Release-2010-05/1~8868^2~633^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a5300787763129b26dd59ff4b48195f4fa3f62;p=openembedded.git gpe-autostarter: fix compilation with recent linux-linux-headers, closes #2176 --- diff --git a/packages/gpe-autostarter/gpe-autostarter_0.12.bb b/packages/gpe-autostarter/gpe-autostarter_0.12.bb index f92b5df16b..c47f75797e 100644 --- a/packages/gpe-autostarter/gpe-autostarter_0.12.bb +++ b/packages/gpe-autostarter/gpe-autostarter_0.12.bb @@ -4,3 +4,5 @@ DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS = "hotplug-dbus" inherit gpe + +SRC_URI += "file://wireless.patch;patch=1"