Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-28 | This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵ | Ulf Samuelsson | |
makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com> | |||
2007-08-28 | Looking at the the gcc-4.2.1 patches for uClibc, I found that the | Ulf Samuelsson | |
200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2007-08-28 | Remove mpg123 patch from current build, full removal pending | Ulf Samuelsson | |
2007-08-28 | - use correct include dir (Simon Pasch) | Bernhard Reutner-Fischer | |
- cleanup while at it | |||
2007-08-28 | - add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS | Bernhard Reutner-Fischer | |
2007-08-28 | expat now installs into usr/lib | Peter Korsgaard | |
2007-08-27 | - README even. | Bernhard Reutner-Fischer | |
2007-08-27 | - allow me to point people at 'make help' | Bernhard Reutner-Fischer | |
2007-08-26 | - make sure to honour user flags | Bernhard Reutner-Fischer | |
2007-08-26 | - improve handling of sh (fgretief) for bug #1446 | Bernhard Reutner-Fischer | |
2007-08-26 | - If we are to build some libs then require them to exist. | Bernhard Reutner-Fischer | |
- Strip host files with host strip (untested, will likely need a HOSTSTRIP) | |||
2007-08-26 | - use the correct type (__u_long is correct, __ulong_t is not typed) | Bernhard Reutner-Fischer | |
2007-08-25 | This patch fixes a bug into ostream::operator<<(double) due to the wrong size | Bernhard Reutner-Fischer | |
passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2007-08-25 | - adjust config | Bernhard Reutner-Fischer | |
2007-08-25 | - workaround for broken external toolchains | Bernhard Reutner-Fischer | |
2007-08-24 | - add busybox-1.7.0 | Bernhard Reutner-Fischer | |
2007-08-24 | remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵ | Bernhard Reutner-Fischer | |
non-autotool'ed packages anyway (for now) | |||
2007-08-24 | - add rp-pppoe | Bernhard Reutner-Fischer | |
2007-08-24 | - fix wrong src-path of libasound (Simon Pasch) | Bernhard Reutner-Fischer | |
2007-08-24 | - add pptp client | Bernhard Reutner-Fischer | |
2007-08-24 | This patch allows each project to have a private linux build. | Ulf Samuelsson | |
Split build of kernel headers and kernel image into two source trees. Kernel headers are built in $(TOOL_BUILD_DIR) Kernel build is in $(PROJECT_BUILD_DIR) Make sure that kernel patches are applied to the kernel tree in $(PROJECT_BUILD_DIR) Add board specific patches, if available. | |||
2007-08-24 | Add git command | Ulf Samuelsson | |
2007-08-24 | Fix spelling error in docs | Ulf Samuelsson | |
2007-08-24 | Move VENDOR stuff to project | Ulf Samuelsson | |
2007-08-23 | - fix misplaced @ | Bernhard Reutner-Fischer | |
- fix typos in x11r7 packages | |||
2007-08-22 | - bump version to 4.6p1 | Bernhard Reutner-Fischer | |
- will need some program_invocation_name touchup, from the looks. Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html Ulf> Go ahead, since it is permanently broken. It was for ARM for the most part. Some others did work, fwiw. | |||
2007-08-22 | bzcat => $(BZCAT) for u-boot and at91bootstrap | Ulf Samuelsson | |
2007-08-22 | Remove whitespace damage | Ulf Samuelsson | |
2007-08-22 | - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵ | Bernhard Reutner-Fischer | |
avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item). | |||
2007-08-22 | - set _SKIP_CONFIGURE since we can just make it | Bernhard Reutner-Fischer | |
2007-08-22 | - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped | Bernhard Reutner-Fischer | |
2007-08-22 | - don't print the second time autoreconf would be run | Bernhard Reutner-Fischer | |
2007-08-22 | - add some $(Q) here and there | Bernhard Reutner-Fischer | |
2007-08-22 | - reinstate accidentally deleted hunk | Bernhard Reutner-Fischer | |
2007-08-22 | (no commit message) | Bernhard Reutner-Fischer | |
2007-08-22 | - forgot to include the Config.in | Bernhard Reutner-Fischer | |
2007-08-22 | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
2007-08-22 | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | |
2007-08-22 | - fix typo | Bernhard Reutner-Fischer | |
- Start to add infrastructure to be able to download a patch. | |||
2007-08-22 | - add pptp-linux | Bernhard Reutner-Fischer | |
2007-08-22 | - was broken by the patch omitting the CFLAGS for configure | Bernhard Reutner-Fischer | |
- misc cleanup while at it | |||
2007-08-22 | - use proper include dir (Simon Pasch) | Bernhard Reutner-Fischer | |
- cleanup a little while at it | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - random whitespace cleanup | Bernhard Reutner-Fischer | |
2007-08-22 | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | |
2007-08-22 | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-22 | - fix patch regex | Bernhard Reutner-Fischer | |
2007-08-22 | Remove bzero dependencies in bash | Ulf Samuelsson | |
2007-08-22 | Fix bad patch naming scheme | Ulf Samuelsson | |