[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-155-g5ee7b5a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-02-02 15:54:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 5ee7b5a4369a7117289b5176ae62e11db65d7d0e (commit)
via bd3fec43a62bcc981a161811817fa1a929326287 (commit)
via e27b52cb0aede89b4108b8dd58ad3806c4b2b529 (commit)
from 17c697b529a3a12eeff044043f277f4df210a070 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5ee7b5a4369a7117289b5176ae62e11db65d7d0e
Merge: bd3fec43a62bcc981a161811817fa1a929326287 17c697b529a3a12eeff044043f277f4df210a070
Author: Julien Boibessot <jul...@ar...>
Date: Tue Feb 2 16:53:43 2010 +0100
Merge branch 'master' of ssh://artemys@armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit bd3fec43a62bcc981a161811817fa1a929326287
Author: Julien Boibessot <jul...@ar...>
Date: Tue Feb 2 16:41:30 2010 +0100
[BUILDROOT] Makes TOPDIR an absolute path
commit e27b52cb0aede89b4108b8dd58ad3806c4b2b529
Author: Julien Boibessot <jul...@ar...>
Date: Tue Feb 2 16:31:47 2010 +0100
[BUILDROOT] Pygame's tslib patch doesn't work properly on *Ubuntu 9.10. Mark it as 'to fix'
-----------------------------------------------------------------------
Summary of changes:
...lib-1.0-zzz-prevents_unresolved_symbols.to_fix} | 0
.../098-makes_TOPDIR_is_an_absolute_path.patch | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
rename buildroot/package/tslib/{tslib-1.0-zzz-prevents_unresolved_symbols.patch => tslib-1.0-zzz-prevents_unresolved_symbols.to_fix} (100%)
create mode 100644 patches/buildroot/098-makes_TOPDIR_is_an_absolute_path.patch
diff --git a/buildroot/package/tslib/tslib-1.0-zzz-prevents_unresolved_symbols.patch b/buildroot/package/tslib/tslib-1.0-zzz-prevents_unresolved_symbols.to_fix
similarity index 100%
rename from buildroot/package/tslib/tslib-1.0-zzz-prevents_unresolved_symbols.patch
rename to buildroot/package/tslib/tslib-1.0-zzz-prevents_unresolved_symbols.to_fix
diff --git a/patches/buildroot/098-makes_TOPDIR_is_an_absolute_path.patch b/patches/buildroot/098-makes_TOPDIR_is_an_absolute_path.patch
new file mode 100644
index 0000000..9764419
--- /dev/null
+++ b/patches/buildroot/098-makes_TOPDIR_is_an_absolute_path.patch
@@ -0,0 +1,16 @@
+Already done in latest Buildroot version.
+
+Index: buildroot/Makefile
+===================================================================
+--- buildroot.orig/Makefile 2010-02-02 16:23:20.000000000 +0100
++++ buildroot/Makefile 2010-02-02 16:26:34.000000000 +0100
+@@ -21,7 +21,8 @@
+ # Just run 'make menuconfig', configure stuff, then run 'make'.
+ # You shouldn't need to mess with anything beyond this point...
+ #--------------------------------------------------------------
+-TOPDIR=./
++# absolute path
++TOPDIR:=$(shell pwd)
+ CONFIG_CONFIG_IN=Config.in
+ CONFIG_DEFCONFIG=.defconfig
+ CONFIG=package/config
hooks/post-receive
--
armadeus
|