Removing unneeded longer-sleep patch
authorJustin Patrin <papercrane@gmail.com>
Mon, 15 Aug 2005 22:11:31 +0000 (22:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 22:11:31 +0000 (22:11 +0000)
packages/e17/entrance/longer-sleep.patch [deleted file]
packages/e17/entrance_20050810.bb

diff --git a/packages/e17/entrance/longer-sleep.patch b/packages/e17/entrance/longer-sleep.patch
deleted file mode 100644 (file)
index 66ad220..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- entrance/src/client/entrance_session.c.~1.71.~     2005-05-28 02:31:14.000000000 -0700
-+++ entrance/src/client/entrance_session.c     2005-08-07 13:39:35.000000000 -0700
-@@ -454,7 +454,7 @@
-         shell = strdup("/bin/sh");
-         /* this bypasses a race condition where entrance loses its x
-            connection before the wm gets it and x goes and resets itself */
--        sleep(10);
-+        sleep(60);
-         /*
-          * FIXME These should be called!
-         ecore_x_shutdown();
index 2714354..2673ec2 100644 (file)
@@ -10,7 +10,6 @@ CVSDATE = "${PV}"
 PR = "r2"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \
-           file://longer-sleep.patch;patch=1 \
            file://Xserver.patch;patch=1 \
            file://config-db.patch;patch=1 \
            file://allow-missing-xsession.patch;patch=1 \