aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-conf
diff options
context:
space:
mode:
authorManuel Teira <manuel.teira@telefonica.net>2007-05-02 09:57:07 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-02 09:57:07 +0000
commit23719bc83fd83bb97f4a1b1dd3f827695d650466 (patch)
tree81532aebbd7c823d49e515c0caa22e2d01c0d396 /packages/gpe-conf
parent00c46ae2b2e759a80bbae6fe9871981e28c46533 (diff)
downloadopenembedded-23719bc83fd83bb97f4a1b1dd3f827695d650466.tar.gz
gpe-conf: make it build with wireless includes changes - close #2095
Diffstat (limited to 'packages/gpe-conf')
-rw-r--r--packages/gpe-conf/gpe-conf-0.2.5/wireless.patch16
-rw-r--r--packages/gpe-conf/gpe-conf_0.2.5.bb5
2 files changed, 19 insertions, 2 deletions
diff --git a/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch b/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch
new file mode 100644
index 0000000000..4e52f8b092
--- /dev/null
+++ b/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- gpe-conf-0.2.5/modules/sysinfo.c~wireless
++++ gpe-conf-0.2.5/modules/sysinfo.c
+@@ -28,6 +28,8 @@
+ #include <sys/utsname.h>
+
+ #include <sys/socket.h>
++#include <linux/types.h>
++#include <linux/if.h>
+ #include <linux/wireless.h>
+ #include <sys/ioctl.h>
+
diff --git a/packages/gpe-conf/gpe-conf_0.2.5.bb b/packages/gpe-conf/gpe-conf_0.2.5.bb
index 6bd96204eb..8cb2d61f3d 100644
--- a/packages/gpe-conf/gpe-conf_0.2.5.bb
+++ b/packages/gpe-conf/gpe-conf_0.2.5.bb
@@ -10,7 +10,7 @@ RDEPENDS_gpe-conf-panel = "gpe-conf"
RPROVIDES_${PN} += " bl"
RCONFLICTS_${PN} = "bl"
-PR = "r3"
+PR = "r4"
GPE_TARBALL_SUFFIX = "bz2"
@@ -23,4 +23,5 @@ FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \
${datadir}/gpe-conf"
FILES_gpe-conf-panel = "${datadir}/applications/gpe-conf.desktop"
-SRC_URI += "file://backlight-bugfix.patch;patch=1"
+SRC_URI += "file://backlight-bugfix.patch;patch=1 \
+ file://wireless.patch;patch=1"