From: Marcin Juszkiewicz Date: Thu, 12 Apr 2007 18:44:48 +0000 (+0000) Subject: tasks: Patch tasks to make it single instance (from Poky) X-Git-Tag: Release-2010-05/1~8868^2~689^2~23^2~11^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43232a233516b72942e47ee650221c64c331f13e;p=openembedded.git tasks: Patch tasks to make it single instance (from Poky) --- diff --git a/packages/pimlico/files/tasks-single.diff b/packages/pimlico/files/tasks-single.diff new file mode 100644 index 0000000000..dd807ea256 --- /dev/null +++ b/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/packages/pimlico/tasks_0.4.bb b/packages/pimlico/tasks_0.4.bb index 679dedf9da..068579ef9c 100644 --- a/packages/pimlico/tasks_0.4.bb +++ b/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"