Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4782 -
trunk/src/target/OM-2007.2/applications/openmoko-terminal2/src
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
3. r4783 -
trunk/src/target/themes/illume-theme-asu/misc-data/asu
([EMAIL PROTECTED])
4. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
--- Begin Message ---
Author: mickey
Date: 2008-11-12 15:52:01 +0100 (Wed, 12 Nov 2008)
New Revision: 4782
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-terminal2/src/mokoterminal.vala
Log:
openmoko-terminal2: fix non-working terminal in OE, work around bug in VTE
*sigh*
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-terminal2/src/mokoterminal.vala
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-terminal2/src/mokoterminal.vala
2008-11-12 00:01:56 UTC (rev 4781)
+++
trunk/src/target/OM-2007.2/applications/openmoko-terminal2/src/mokoterminal.vala
2008-11-12 14:52:01 UTC (rev 4782)
@@ -69,8 +69,8 @@
terminal.set_mouse_autohide( true );
terminal.set_cursor_blinks( true );
terminal.set_backspace_binding( TerminalEraseBinding.ASCII_DELETE);
-
- terminal.fork_command( "/bin/sh", new string[]{}, new string[]{},
Environment.get_variable( "HOME" ), true, true, true );
+ // work around bug in VTE. FIXME: Clear with upstream
+ terminal.fork_command( (string) 0, (string[]) 0, new string[]{},
Environment.get_variable( "HOME" ), true, true, true );
}
public uint get_font_size()
--- End Message ---
--- Begin Message ---
conf/bitbake.conf | 2 +-
conf/enterprise.conf | 2 +-
packages/gnash/gnash-minimal.inc | 7 ++++---
packages/gnash/gnash-minimal_0.8.2.bb | 2 +-
packages/gnash/gnash-minimal_0.8.3.bb | 2 +-
packages/gnash/gnash-minimal_cvs.bb | 2 +-
packages/gnash/gnash.inc | 8 ++++----
packages/gnash/gnash_0.8.0.bb | 2 +-
packages/gnash/gnash_0.8.1.bb | 2 +-
packages/gnash/gnash_0.8.2.bb | 2 +-
packages/gnash/gnash_0.8.3.bb | 2 +-
packages/tasks/task-openmoko-feed.bb | 4 ++--
12 files changed, 19 insertions(+), 18 deletions(-)
New commits:
commit d32413b05254c8a1e41e2b8bab483b04795b87f0
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Nov 12 19:24:45 2008 +0100
bitbake.conf: Disable fortify for host tool builds
Temporary solution until the next merge with OpenEmbedded. Some host
tools do not compile nicely with fortify enabled gcc (e.g. Ubuntu
Intrepid), disable fortify for now.
commit 88d8ec825aefe59ad0b597d81d320ffd25331a28
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Nov 12 18:58:23 2008 +0100
gnash: Build without ffmpeg
Optionally depend on ffmpeg
commit 3259e8c97254eff99dd3a7b6e2fd5b3ff2fdeba4
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Wed Nov 12 14:33:14 2008 +0100
enterprise: Blacklist ffmpeg and mplayer too
ffmpeg contains mp2/mp3 audio decoding routines, We can not
distribute that.
--- End Message ---
--- Begin Message ---
Author: julian_chu
Date: 2008-11-13 11:31:38 +0100 (Thu, 13 Nov 2008)
New Revision: 4783
Modified:
trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
Log:
Hiding the name of GSM network operator in illume slipshelf as Sean's request
Modified: trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
===================================================================
--- trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
2008-11-12 14:52:01 UTC (rev 4782)
+++ trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
2008-11-13 10:31:38 UTC (rev 4783)
@@ -3109,6 +3109,10 @@
description { state: "default" 0.0;
color: 176 176 176 255;
align: 1.0 0.0;
+
+ /* Hiding network name of operator as Sean's request */
+ visible: 0;
+
text {
align: 1.0 0.0;
font: "Liberation-Bold";
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 08cc833745a86394297426d2430e84ca9deb13fe
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Thu Nov 13 18:34:42 2008 +0800
illume-theme-asu: update srcrev to use the latest.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog