aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-beam
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-07-29 21:06:07 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 21:06:07 +0000
commit7e7cac78144a497c78200f3237e0c61f6c839c59 (patch)
treec17d2301c33dd3fc2e68a00a150a8a9bc1070da9 /packages/gpe-beam
parent1c58a321e42af440ce535b75a0a59cb80061a263 (diff)
downloadopenembedded-7e7cac78144a497c78200f3237e0c61f6c839c59.tar.gz
Fix build for x86 platforms.
Diffstat (limited to 'packages/gpe-beam')
-rw-r--r--packages/gpe-beam/gpe-beam-0.2.7/.mtn2git_empty0
-rw-r--r--packages/gpe-beam/gpe-beam-0.2.7/decl.patch12
-rw-r--r--packages/gpe-beam/gpe-beam_0.2.7.bb3
3 files changed, 14 insertions, 1 deletions
diff --git a/packages/gpe-beam/gpe-beam-0.2.7/.mtn2git_empty b/packages/gpe-beam/gpe-beam-0.2.7/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-beam/gpe-beam-0.2.7/.mtn2git_empty
diff --git a/packages/gpe-beam/gpe-beam-0.2.7/decl.patch b/packages/gpe-beam/gpe-beam-0.2.7/decl.patch
new file mode 100644
index 0000000000..0d0e889b42
--- /dev/null
+++ b/packages/gpe-beam/gpe-beam-0.2.7/decl.patch
@@ -0,0 +1,12 @@
+diff -u -r1.6 main.h
+--- main.h 16 Oct 2004 12:17:51 -0000 1.6
++++ main.h 29 Jul 2005 21:17:02 -0000
+@@ -21,8 +21,6 @@
+ #define HINT_HTTP 0x10
+ #define HINT_OBEX 0x20
+
+-extern gboolean radio_is_on;
+-
+ extern GdkWindow *dock_window;
+ extern void schedule_message_delete (guint id, guint time);
+ extern void send_data (char *filename, char *data, size_t len);
diff --git a/packages/gpe-beam/gpe-beam_0.2.7.bb b/packages/gpe-beam/gpe-beam_0.2.7.bb
index d55cd6db60..48fdf116f1 100644
--- a/packages/gpe-beam/gpe-beam_0.2.7.bb
+++ b/packages/gpe-beam/gpe-beam_0.2.7.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
inherit gpe
@@ -10,3 +10,4 @@ PRIORITY = "optional"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
LICENSE = "GPL"
+SRC_URI += "file://decl.patch;patch=1;pnum=0" \ No newline at end of file