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. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
3. r4481 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
4. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
5. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.stable'
([EMAIL PROTECTED])
6. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
7. r4482 - in developers: . tony_tu ([EMAIL PROTECTED])
8. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
--- Begin Message ---
packages/e17/e-wm_cvs.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 726a684f5edd63df740a836c388ccbae6777eab2
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Mon Jun 9 17:06:51 2008 +0200
[e] Make sure edbus is present.
If edbus was present e picked it up. This lead to e eventually linking
against dbus. Make sure that we always link against (e)dbus. We want
dbus
and this will solve the loading error of the illume module.
--- End Message ---
--- Begin Message ---
packages/openmoko-projects/exposure_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 85f62235a1133be65ca8e31a69920f12d77387bc
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Mon Jun 9 15:39:04 2008 +0100
[exposure] dont make PR go backwards
--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2008-06-09 17:56:29 +0200 (Mon, 09 Jun 2008)
New Revision: 4481
Modified:
trunk/src/target/opkg/libopkg/opkg_download.c
Log:
opkg: Fix a small memory leak in opkg_download.
Patch from Alexandros Kostopoulos <[EMAIL PROTECTED]>
Modified: trunk/src/target/opkg/libopkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_download.c 2008-06-09 02:10:18 UTC
(rev 4480)
+++ trunk/src/target/opkg/libopkg/opkg_download.c 2008-06-09 15:56:29 UTC
(rev 4481)
@@ -49,6 +49,7 @@
opkg_message(conf,OPKG_INFO,"Copying %s to %s...", file_src,
dest_file_name);
ret = file_copy(src + 5, dest_file_name);
opkg_message(conf,OPKG_INFO,"Done\n");
+ free(src_basec);
return ret;
}
@@ -58,6 +59,7 @@
opkg_message(conf,OPKG_ERROR, "%s: ERROR: failed to unlink %s: %s\n",
__FUNCTION__, tmp_file_location, strerror(errno));
free(tmp_file_location);
+ free(src_basec);
return errno;
}
--- End Message ---
--- Begin Message ---
packages/xorg-app/xterm_207.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit ecb7a3dc3529cdb274851141e83bb3f819da08a6
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jun 10 00:26:26 2008 +0200
[xterm] Don't go backward with the PR and follow policy (having r in it)
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
packages/gpe-scap/gpe-scap_1.3.bb | 3 ++-
packages/openmoko-projects/exposure_svn.bb | 7 ++++---
packages/qtopia-phone/qtopia-phone-x11_git.bb | 4 +++-
packages/xorg-app/xterm_207.bb | 19 +++++++++----------
5 files changed, 19 insertions(+), 16 deletions(-)
New commits:
commit 47a1f855861f82d2d0fe7eee7b0110c6d0463992
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date: Tue Jun 10 00:26:26 2008 +0200
[xterm] Don't go backward with the PR and follow policy (having r in it)
commit a69d7fec80384ae674850a598b321e8580a4e697
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 17:19:59 2008 +0800
[openmoko] Assassin need Tags.
Add tag "group::development" to xterm
commit dda305e4cf193649440f7a63285d866165b9e8c8
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Mon Jun 9 15:39:04 2008 +0100
[exposure] dont make PR go backwards
commit 7e59b809f51b4263d55fabafa073523e89f963b9
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 14:26:16 2008 +0800
[exposure] As Marek's request.
Add python-dbus to exposure
commit 95fd3bb9cf56d1b8fd4774309a1ab76dcbfa1ebd
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 17:28:19 2008 +0800
[openmoko] Assassin need Tags.
Add tag "group::miscellaneous" to gpe-scap
commit e217bc1b5b4b6b0abc65066222f431d0f5c56575
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 17:18:06 2008 +0800
[openmoko] Assassin need Tags.
Add tag "group::games" to qtopia-phone-x11-snake
commit e8b077a4b9b5e70e1797d03fb393727e5a4f75cf
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 16:49:00 2008 +0800
[sane-srcrevc] Bump up revision of assassin to 160.
Most features of ASU feature plan were complete, except William new request.
Therefore, bump up the revision.
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
packages/packagekit/packagekit_git.bb | 5 +----
2 files changed, 2 insertions(+), 5 deletions(-)
New commits:
commit 26de73d12d523c7856f9c6ecb6b7651b83159c80
Author: Tick Chen <[EMAIL PROTECTED]>
Date: Mon Jun 9 23:59:45 2008 +0200
[packagekit] Update to a public version of packagekit
Remove the private patches and use a public packagekit again
--- End Message ---
--- Begin Message ---
Author: tony_tu
Date: 2008-06-10 04:13:11 +0200 (Tue, 10 Jun 2008)
New Revision: 4482
Added:
developers/tony_tu/
developers/tony_tu/readme.txt
Log:
add tony_tu's folder for miscellaneous.
Added: developers/tony_tu/readme.txt
===================================================================
--- developers/tony_tu/readme.txt (rev 0)
+++ developers/tony_tu/readme.txt 2008-06-10 02:13:11 UTC (rev 4482)
@@ -0,0 +1 @@
+Tony Tu (Neng-Yu Tu) repository
--- End Message ---
--- Begin Message ---
packages/efl1/evas_cvs.bb | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
New commits:
commit 068dfb2d20634741cd797bdc749738b6357beff5
Merge: b3eaf28f71a706ec25509829270f9e48455b58ae
ecb7a3dc3529cdb274851141e83bb3f819da08a6
Author: Carsten Haitzler <[EMAIL PROTECTED](none)>
Date: Tue Jun 10 11:03:14 2008 +0800
Merge branch 'org.openmoko.asu.dev' of git+ssh://[EMAIL
PROTECTED]/var/cache/git/openmoko into org.openmoko.asu.dev
commit b3eaf28f71a706ec25509829270f9e48455b58ae
Author: Carsten Haitzler <[EMAIL PROTECTED](none)>
Date: Tue Jun 10 10:56:29 2008 +0800
fix evas build to disable threads, and clean up formatting
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog