aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-11 22:14:26 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-11 22:38:49 +0200
commitc81b8f70ce85fcdda346bae16d0bcb316492f83e (patch)
tree7928413401e914bd5e3cd2edad2dcca7af91b4ec /recipes/obsolete
parenta1f2673a444478d53dea7e7331c796155e5f6537 (diff)
downloadopenembedded-c81b8f70ce85fcdda346bae16d0bcb316492f83e.tar.gz
gkdial : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-arm.patch11
-rw-r--r--recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-gpe-su.patch22
-rw-r--r--recipes/obsolete/gkdial/gkdial/header.patch11
3 files changed, 44 insertions, 0 deletions
diff --git a/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-arm.patch b/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-arm.patch
new file mode 100644
index 0000000000..aa24977762
--- /dev/null
+++ b/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-arm.patch
@@ -0,0 +1,11 @@
+--- gkdial-1.8.1.orig/src/main.c 2003-06-27 04:47:54.000000000 +0200
++++ gkdial-1.8.1/src/main.c 2004-06-18 12:30:11.000000000 +0200
+@@ -416,7 +416,7 @@
+ gkdial.add_only = FALSE;
+ gkdial.edit_only = FALSE;
+ gkdial.remove_only = FALSE;
+- char c;
++ int c;
+
+ /*
+ * it seems like poff kills gkdial together with it's children, so
diff --git a/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-gpe-su.patch b/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-gpe-su.patch
new file mode 100644
index 0000000000..0be396f389
--- /dev/null
+++ b/recipes/obsolete/gkdial/gkdial-1.8.1/gkdial-gpe-su.patch
@@ -0,0 +1,22 @@
+--- gkdial-1.8.1.orig/src/util.c 2003-06-27 22:30:29.000000000 +0200
++++ gkdial-1.8.1/src/util.c 2004-06-18 16:57:43.000000000 +0200
+@@ -336,13 +336,13 @@
+ gint a;
+ pid_t pid;
+ gchar **command;
++ gchar *fcmd = g_strdup_printf("%s > /dev/null 2>&1",cmd);
+
+- command = g_malloc (sizeof (gchar *) * 5);
+- command[0] = g_strdup ("/usr/bin/gksu");
+- command[1] = g_strdup ("-m");
+- command[2] = g_strdup (msg);
+- command[3] = g_strdup (cmd);
+- command[4] = NULL;
++ command = g_malloc (sizeof (gchar *) * 4);
++ command[0] = g_strdup (PREFIX "/bin/gpe-su");
++ command[1] = g_strdup ("-c");
++ command[2] = fcmd;
++ command[3] = NULL;
+
+ pid = fork ();
+ if (pid == 0)
diff --git a/recipes/obsolete/gkdial/gkdial/header.patch b/recipes/obsolete/gkdial/gkdial/header.patch
new file mode 100644
index 0000000000..974afa7b10
--- /dev/null
+++ b/recipes/obsolete/gkdial/gkdial/header.patch
@@ -0,0 +1,11 @@
+--- gkdial-1.8.1-gnomeless/src/ppp_info.c~ 2003-06-27 00:14:51.000000000 +0100
++++ gkdial-1.8.1-gnomeless/src/ppp_info.c 2004-06-11 11:24:03.000000000 +0100
+@@ -11,7 +11,7 @@
+
+ #include <linux/if.h>
+ #include <linux/ppp_defs.h>
+-#include <linux/ppp.h>
++#include <linux/if_ppp.h>
+
+ #include <time.h>
+ #include <ctype.h>