aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-04-10 16:56:50 +0000
committerRoss Burton <ross@openedhand.com>2007-04-10 16:56:50 +0000
commit882d02eb6087368ee33a5bce4491e42f5b031795 (patch)
tree2421743b7b8b02a2606d0e45abcd7cf8ffa745f0
parent7162fe04d805421315080460928c30470820038e (diff)
downloadopenembedded-core-contrib-882d02eb6087368ee33a5bce4491e42f5b031795.tar.gz
Patch tasks to make it single instance
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1470 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/pimlico/files/tasks-single.diff9
-rw-r--r--meta/packages/pimlico/tasks_0.4.bb5
2 files changed, 13 insertions, 1 deletions
diff --git a/meta/packages/pimlico/files/tasks-single.diff b/meta/packages/pimlico/files/tasks-single.diff
new file mode 100644
index 0000000000..dd807ea256
--- /dev/null
+++ b/meta/packages/pimlico/files/tasks-single.diff
@@ -0,0 +1,9 @@
+Index: tasks/data/tasks.desktop.in
+===================================================================
+--- tasks/data/tasks.desktop.in (revision 115)
++++ tasks/data/tasks.desktop.in (working copy)
+@@ -9,3 +9,4 @@
+ Categories=GTK;Application;Office;ProjectManagement;
+ Terminal=false
+ StartupNotify=true
++SingleInstance=true
diff --git a/meta/packages/pimlico/tasks_0.4.bb b/meta/packages/pimlico/tasks_0.4.bb
index 679dedf9da..068579ef9c 100644
--- a/meta/packages/pimlico/tasks_0.4.bb
+++ b/meta/packages/pimlico/tasks_0.4.bb
@@ -1,3 +1,6 @@
require tasks.inc
-SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz"
+PR = "r1"
+
+SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz \
+ file://tasks-single.diff;patch=1"