Fix build for x86 platforms.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 29 Jul 2005 21:06:07 +0000 (21:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 29 Jul 2005 21:06:07 +0000 (21:06 +0000)
packages/gpe-beam/gpe-beam-0.2.7/.mtn2git_empty [new file with mode: 0644]
packages/gpe-beam/gpe-beam-0.2.7/decl.patch [new file with mode: 0644]
packages/gpe-beam/gpe-beam_0.2.7.bb

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 (file)
index 0000000..e69de29
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 (file)
index 0000000..0d0e889
--- /dev/null
@@ -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);
index d55cd6d..48fdf11 100644 (file)
@@ -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