From: Heiko Z. <smi...@us...> - 2010-12-29 19:16:47
|
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 a04390c17179e4351cbe0224cedf98d67004d6a1 (commit) via 213f15be3d0e1934ce57f1aa58712c78aeddb2a6 (commit) via 0c4cf012fa0a772546971625204caa13840ffa9d (commit) via 10d23ec6b38449e65293f0e249975b8eb814dcff (commit) via 38826858c03db1ac09723ef5948eba438a349e09 (commit) via 514c019aa0f6847d0766a439da178ac4648db554 (commit) via 87b81bb56f45f3bb903c085f0745775e140e2154 (commit) via f78b344ea82f6f45547788652c4352ba2a623cbb (commit) via 6b0e9dd06f27d134340a4aedde6e6e2105820832 (commit) via a68640c31dbf216eb5862d76daefce4b7e754795 (commit) via 58ddf43464ab3892d2af0c3973e6d9ef31653fdf (commit) via 467f221d20f2a1927ef695bd4ac92559257ce8f9 (commit) from 9aebf14c15fd6416c06d2e735d623921e0cf60c0 (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 a04390c17179e4351cbe0224cedf98d67004d6a1 Merge: 9aebf14c15fd6416c06d2e735d623921e0cf60c0 213f15be3d0e1934ce57f1aa58712c78aeddb2a6 Author: Heiko Zuerker <smi...@us...> Date: Wed Dec 29 13:16:08 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit 213f15be3d0e1934ce57f1aa58712c78aeddb2a6 Author: Peter Korsgaard <ja...@su...> Date: Wed Dec 29 15:54:58 2010 +0100 xapp_xlogo: needs libXft and pkg-config Signed-off-by: Peter Korsgaard <ja...@su...> commit 0c4cf012fa0a772546971625204caa13840ffa9d Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:55:35 2010 -0300 libcap: fix target install /usr/lib/libcap.so.* was installed via "install -D" but libcap.so.2 is a symlink so it was dereferenced. Also update the buildsystem patch so that the shared lib is +X. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 10d23ec6b38449e65293f0e249975b8eb814dcff Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:38:09 2010 -0300 uclibc: fix configs for 0.9.32 & snapshot * 0.9.32 config needs UCLIBC_HAS___PROGNAME defined or we stall when program invocation name is enabled. * Mirror 0.9.32's config to snapshot for consistency. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 38826858c03db1ac09723ef5948eba438a349e09 Author: Peter Korsgaard <ja...@su...> Date: Wed Dec 29 09:14:15 2010 +0100 automake: ensure staging aclocal dir gets created Otherwise aclocal fails. Signed-off-by: Peter Korsgaard <ja...@su...> commit 514c019aa0f6847d0766a439da178ac4648db554 Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:10:28 2010 -0300 uclibc: move tools to host dir Move uclibc host tools (ldd/ldconfig) to host dir. They were previously installed in the staging dir. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 87b81bb56f45f3bb903c085f0745775e140e2154 Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:10:27 2010 -0300 toolchain: move sysroot to host dir * Drop the BR2_STAGING_DIR option * Hardcode STAGING_DIR to $(HOST_DIR)/usr/TUPLE/sysroot Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit f78b344ea82f6f45547788652c4352ba2a623cbb Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 28 16:10:26 2010 -0300 sstrip: make it a proper package * Convert sstrip to a proper gentargets package * Use openwrt svn version, it's basically the same one we used * Change the hooks from old toolchain/sstrip to new package/sstrip * Drop the old toolchain/sstrip directory * sstrip for the target is now in Package -> Development Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 6b0e9dd06f27d134340a4aedde6e6e2105820832 Author: Lionel Landwerlin <lla...@gm...> Date: Sun Dec 26 17:16:36 2010 +0100 automake: install gtk-doc.m4 in host directory instead of staging Signed-off-by: Lionel Landwerlin <lla...@gm...> Signed-off-by: Peter Korsgaard <ja...@su...> commit a68640c31dbf216eb5862d76daefce4b7e754795 Author: Lionel Landwerlin <lla...@gm...> Date: Sun Dec 26 17:16:35 2010 +0100 package: avoid copying .m4 files from host to staging Since we are preparing a package generation mechanism, we would like to avoid packages that move/touch/modify files which are not part of their own package. That's why we try to not install host files into the staging directory (in this case .m4 files) and instead we include $(HOST_DIR)/usr/share/aclocal into autoreconf search directory. Signed-off-by: Lionel Landwerlin <lla...@gm...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 58ddf43464ab3892d2af0c3973e6d9ef31653fdf Author: Lionel Landwerlin <lla...@gm...> Date: Sun Dec 26 17:16:34 2010 +0100 vtun: fix startup script installation In case etc/init.d does not exist. Signed-off-by: Lionel Landwerlin <lla...@gm...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 467f221d20f2a1927ef695bd4ac92559257ce8f9 Author: Thomas Petazzoni <tho...@fr...> Date: Thu Dec 16 10:47:34 2010 +0100 cloop: bump and fix package On a machine without zlib-dev installed, cloop must rely on the host-zlib compiled by Buildroot, but due to the horrible cloop build system, this didn't happen and the build was failing. Therefore, we now pass all the $(HOST_CONFIGURE_OPTS) when building cloop, and we fix the Makefile so that it takes into account CFLAGS/LDFLAGS passed in the environment or command-line and do not override them. [Peter: fix typos, remove HOST_MAKE_ENV] Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: Config.in | 13 - Makefile | 2 - package/Config.in | 3 + package/Makefile.in | 56 ++-- package/autoconf/autoconf.mk | 2 +- package/automake/automake.mk | 9 +- package/cloop/cloop-2.634-1-cflags.patch | 30 ++ package/cloop/cloop.mk | 5 +- package/libcap/libcap-2.19-build-system.patch | 35 ++- package/libcap/libcap.mk | 3 +- package/libtool/libtool.mk | 9 - package/pkg-config/pkg-config.mk | 7 - package/sstrip/Config.in | 7 + package/sstrip/sstrip.mk | 45 +++ package/vtun/vtun-3.0.2-001-Makefile.in.patch | 2 +- package/x11r7/xapp_xlogo/Config.in | 1 + package/x11r7/xapp_xlogo/xapp_xlogo.mk | 3 +- toolchain/dependencies/dependencies.mk | 2 +- toolchain/sstrip/Config.in | 9 - toolchain/sstrip/sstrip.c | 467 ------------------------- toolchain/sstrip/sstrip.mk | 70 ---- toolchain/toolchain-buildroot.mk | 1 - toolchain/toolchain-buildroot/Config.in.2 | 1 - toolchain/toolchain-crosstool-ng.mk | 1 - toolchain/toolchain-external.mk | 1 - toolchain/uClibc/uClibc-0.9.32.config | 1 + toolchain/uClibc/uClibc-snapshot.config | 34 +- toolchain/uClibc/uclibc.mk | 12 +- 28 files changed, 179 insertions(+), 652 deletions(-) create mode 100644 package/cloop/cloop-2.634-1-cflags.patch create mode 100644 package/sstrip/Config.in create mode 100644 package/sstrip/sstrip.mk delete mode 100644 toolchain/sstrip/Config.in delete mode 100644 toolchain/sstrip/sstrip.c delete mode 100644 toolchain/sstrip/sstrip.mk hooks/post-receive -- Devil-Linux |