diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-15 22:52:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-15 22:52:40 +0000 |
commit | 723dbb046124da44e93f6e12147683a6ac1942fb (patch) | |
tree | f7c241024e9f6e920256eb56e760fb6113f52577 | |
parent | 15d16e6b8042dedf0a450c13622e9c020858dedd (diff) | |
parent | a975124a6be523b2573c43564a9b2ee63b9bbc69 (diff) |
merge of 2d7197eeafa133909e9e8460e7954cb93dfc840b
and be25e7a6e0d2e4e3d6c910cc94bc112dfa979fed
-rw-r--r-- | packages/e17/entrance/longer-sleep.patch | 11 | ||||
-rw-r--r-- | packages/e17/entrance_20050810.bb | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/packages/e17/entrance/longer-sleep.patch b/packages/e17/entrance/longer-sleep.patch deleted file mode 100644 index 66ad220de2..0000000000 --- a/packages/e17/entrance/longer-sleep.patch +++ /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(); diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index 2714354856..2673ec27f0 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -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 \ |