From: Heiko Z. <smi...@us...> - 2011-04-25 12:45:09
|
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 "Devil-Linux". The branch, master has been updated via 26857f2baaa9b8cb655e266cc66550e1af82b66a (commit) via 4bb33dce49245ed36137c7028a9d170d8f4fe8ff (commit) via b052862f02f94eaca39fcd576971a84a13b865be (commit) via 7edfd3c1b4fed7d7211024ae5f5a428a5187ea4d (commit) via 31fb724fd2c271fcaf204abcdc26e4afe82618ac (commit) via cdd4a7a06184ec1a322ac43f633b5f15f991de54 (commit) via f3de6d578bc3f522ed066bd829cddafb6e31f22c (commit) via 36d1a7a5a3b78e278a0576d9856e6fb7ed1fe5c6 (commit) via 7d584285c8b32d8a419f8a5fb40efce66e8e5e24 (commit) via 4b4e5827a24d8a517038741b681dc077c2f28cf1 (commit) via cd58efbac7040c58429b765853306c3e8052e984 (commit) from c5a62de44c08f8c9724a5bf78f1f9ceb3501fc63 (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 26857f2baaa9b8cb655e266cc66550e1af82b66a Merge: c5a62de44c08f8c9724a5bf78f1f9ceb3501fc63 4bb33dce49245ed36137c7028a9d170d8f4fe8ff Author: Heiko Zuerker <smi...@us...> Date: Mon Apr 25 07:44:25 2011 -0500 Merge branch 'master' of git://git.buildroot.net/buildroot commit 4bb33dce49245ed36137c7028a9d170d8f4fe8ff Author: Peter Korsgaard <ja...@su...> Date: Mon Apr 25 00:10:45 2011 +0200 Makefile: make help: show busybox/ctng/linux/uclibc-menuconfig if enabled For this we need to read .config. Signed-off-by: Peter Korsgaard <ja...@su...> commit b052862f02f94eaca39fcd576971a84a13b865be Author: Peter Korsgaard <ja...@su...> Date: Mon Apr 25 00:00:23 2011 +0200 Makefile: remove outdated make targets busybox and linux26 no longer have a -config target, and prepatch only makes sense for a very specific configuration (BR toolchain with GDB enabled). Signed-off-by: Peter Korsgaard <ja...@su...> commit 7edfd3c1b4fed7d7211024ae5f5a428a5187ea4d Author: Peter Korsgaard <ja...@su...> Date: Sun Apr 24 23:54:28 2011 +0200 lockfile-progs: fix make dependency Based on patch by Sergio Monteiro Basto <se...@se...>. Signed-off-by: Peter Korsgaard <ja...@su...> commit 31fb724fd2c271fcaf204abcdc26e4afe82618ac Author: Luca Ceresoli <lu...@lu...> Date: Fri Apr 8 16:46:23 2011 +0200 u-boot: add 2011.03 release Signed-off-by: Luca Ceresoli <lu...@lu...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cdd4a7a06184ec1a322ac43f633b5f15f991de54 Author: Peter Korsgaard <ja...@su...> Date: Sun Apr 24 23:32:46 2011 +0200 u-boot: fix target build of fw_printenv Closes #3571 The current approach for building fw_printenv for the target fails on some configurations, so use the upstream make target (which works) instead. At the same time get rid of the unneeded stripping. Signed-off-by: Peter Korsgaard <ja...@su...> commit f3de6d578bc3f522ed066bd829cddafb6e31f22c Author: Peter Korsgaard <ja...@su...> Date: Sun Apr 24 23:26:00 2011 +0200 u-boot: remove extra CFLAGS / LDFLAGS handling TARGET_CONFIGURE_FLAGS already contain CFLAGS/LDFLAGS, so no point in setting them explicitly. Signed-off-by: Peter Korsgaard <ja...@su...> commit 36d1a7a5a3b78e278a0576d9856e6fb7ed1fe5c6 Author: Gustavo Zacarias <gu...@za...> Date: Wed Apr 20 14:41:55 2011 -0300 haserl: bump dev version to 0.9.28 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 7d584285c8b32d8a419f8a5fb40efce66e8e5e24 Author: Gustavo Zacarias <gu...@za...> Date: Wed Apr 20 14:41:58 2011 -0300 ncurses: roll back to version 5.7 ncurses 5.8 and 5.9 segfault with some applications so roll back to version 5.7 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 4b4e5827a24d8a517038741b681dc077c2f28cf1 Author: Yann E. MORIN <yan...@an...> Date: Sat Apr 23 18:18:34 2011 +0200 toolchain/crosstool-NG: correctly copy the dynamic linker Depending on some setting (which? Arch? Others?), the dynamic linker can get different names. Some times, it is named ld-linux.something.so, other times, it is ld.so.1, and maybe other variants as well... The fix is to always copy ls*.so, even if it is a symlink: we create the destination file by its SONAME, and if ld*.so matches more than one file, that's no issue, as they would all get the same SONAME (being symlinks ones to the others). Split long lines at the same time. Reported-by: Ettore Campion <eca...@gm...> Signed-off-by: "Yann E. MORIN" <yan...@an...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cd58efbac7040c58429b765853306c3e8052e984 Author: Peter Korsgaard <ja...@su...> Date: Sun Apr 24 22:34:50 2011 +0200 popt: bump version, use alternative upstream location Closes #3643 rpm5.org seems to be gone/down, so use linuxfromscratch mirror instead. Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: CHANGES | 8 +++++--- Makefile | 19 +++++++++++++------ boot/u-boot/Config.in | 6 +++++- boot/u-boot/u-boot.mk | 14 ++++---------- package/haserl/Config.in | 2 +- package/haserl/haserl.mk | 15 +++++++++++---- package/lockfile-progs/lockfile-progs.mk | 1 + package/ncurses/ncurses.mk | 1 - package/popt/popt.mk | 7 +++---- toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 7 ++++--- 10 files changed, 47 insertions(+), 33 deletions(-) hooks/post-receive -- Devil-Linux |