Bernhard Reutner-Fischer
b690801c78
This patch fixes a bug into ostream::operator<<(double) due to the wrong size
...
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 11:22:51 +00:00
Bernhard Reutner-Fischer
c03e77fc51
- adjust config
2007-08-25 11:20:31 +00:00
Bernhard Reutner-Fischer
3649fd504d
- workaround for broken external toolchains
2007-08-25 11:13:20 +00:00
Bernhard Reutner-Fischer
8d41a4be9b
- add busybox-1.7.0
2007-08-24 14:23:53 +00:00
Bernhard Reutner-Fischer
d918871dbc
remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now)
2007-08-24 14:18:47 +00:00
Bernhard Reutner-Fischer
3c4690edd3
- add rp-pppoe
2007-08-24 10:43:45 +00:00
Bernhard Reutner-Fischer
76df40c16f
- fix wrong src-path of libasound (Simon Pasch)
2007-08-24 09:26:50 +00:00
Bernhard Reutner-Fischer
03b0597eec
- add pptp client
2007-08-24 08:11:17 +00:00
Ulf Samuelsson
60eb97a42f
This patch allows each project to have a private linux build.
...
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 05:36:46 +00:00
Ulf Samuelsson
85f54fbe21
Add git command
2007-08-24 05:31:07 +00:00
Ulf Samuelsson
ecf8811027
Fix spelling error in docs
2007-08-24 05:28:18 +00:00
Ulf Samuelsson
1f1faff85a
Move VENDOR stuff to project
2007-08-24 05:27:17 +00:00
Bernhard Reutner-Fischer
c4931c315a
- fix misplaced @
...
- fix typos in x11r7 packages
2007-08-23 11:49:50 +00:00
Bernhard Reutner-Fischer
255e7b5d91
- bump version to 4.6p1
...
- 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 22:36:04 +00:00
Ulf Samuelsson
66285ef7d8
bzcat => $(BZCAT) for u-boot and at91bootstrap
2007-08-22 21:53:13 +00:00
Ulf Samuelsson
e098bd09c8
Remove whitespace damage
2007-08-22 21:47:56 +00:00
Bernhard Reutner-Fischer
470cbac579
- add GIF and MMG support, fix comments a little bit, small cleanups, and avoid building Qtopia examples.
...
Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
2007-08-22 19:31:43 +00:00
Bernhard Reutner-Fischer
0dd9238c7f
- set _SKIP_CONFIGURE since we can just make it
2007-08-22 16:57:32 +00:00
Bernhard Reutner-Fischer
59390db4a6
- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
2007-08-22 16:56:36 +00:00
Bernhard Reutner-Fischer
95d1a70286
- don't print the second time autoreconf would be run
2007-08-22 16:44:41 +00:00
Bernhard Reutner-Fischer
6be775f892
- add some $(Q) here and there
2007-08-22 16:28:31 +00:00
Bernhard Reutner-Fischer
7ebb9e97b9
- reinstate accidentally deleted hunk
2007-08-22 16:21:13 +00:00
Bernhard Reutner-Fischer
72e402609c
2007-08-22 16:19:10 +00:00
Bernhard Reutner-Fischer
879c95de9e
- forgot to include the Config.in
2007-08-22 16:08:38 +00:00
Bernhard Reutner-Fischer
c8db158fe3
- pass TARGET_CONFIGURE_ARGS
2007-08-22 16:02:22 +00:00
Bernhard Reutner-Fischer
e3f14912b0
- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES
2007-08-22 15:59:56 +00:00
Bernhard Reutner-Fischer
7d8e28cc91
- fix typo
...
- Start to add infrastructure to be able to download a patch.
2007-08-22 15:52:01 +00:00
Bernhard Reutner-Fischer
be4051a5f7
- add pptp-linux
2007-08-22 15:51:00 +00:00
Bernhard Reutner-Fischer
644f8a33f9
- was broken by the patch omitting the CFLAGS for configure
...
- misc cleanup while at it
2007-08-22 15:18:02 +00:00
Bernhard Reutner-Fischer
b6c3bd5817
- use proper include dir (Simon Pasch)
...
- cleanup a little while at it
2007-08-22 13:30:49 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
3471ebe0a3
- random whitespace cleanup
2007-08-22 11:47:22 +00:00
Bernhard Reutner-Fischer
e1c81b6327
- fix unpacking the tarballs, minor cleanups while at it.
2007-08-22 10:11:18 +00:00
Bernhard Reutner-Fischer
514cdef23f
- use the BZCAT/ZCAT as configured by the user
2007-08-22 10:06:25 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
293b09786c
- fix patch regex
2007-08-22 09:44:25 +00:00
Ulf Samuelsson
f6ce32c0ea
Remove bzero dependencies in bash
2007-08-22 09:41:37 +00:00
Ulf Samuelsson
81001579bc
Fix bad patch naming scheme
2007-08-22 09:29:49 +00:00
Bernhard Reutner-Fischer
5cfa196076
- drop circular dependency
2007-08-22 09:22:32 +00:00
Bernhard Reutner-Fischer
aa81a06508
- improve the way host prerequisites for "dependencies" are established
2007-08-22 09:22:07 +00:00
Bernhard Reutner-Fischer
26b4c3782b
- use the correct host compiler
2007-08-22 09:20:33 +00:00
Bernhard Reutner-Fischer
8909333ce0
- fix wrong help-text
2007-08-22 07:53:18 +00:00
Bernhard Reutner-Fischer
11b82356cf
- make sure that sstrip is available early enough
2007-08-21 20:14:23 +00:00
Bernhard Reutner-Fischer
0674661f01
- add question for Ulf
2007-08-21 19:45:17 +00:00
Bernhard Reutner-Fischer
e06abe6fba
- more cleanup (Cristian Ionescu-Idbohrn)
2007-08-21 19:35:08 +00:00
Bernhard Reutner-Fischer
fb9d19603c
- fixup whitespace damage after ulf
2007-08-21 19:33:00 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
95783cd95d
- remove a superfluous semicolon
2007-08-21 19:13:14 +00:00
Bernhard Reutner-Fischer
4989666333
- pull in patches from debian.
2007-08-21 18:30:54 +00:00
Bernhard Reutner-Fischer
1dbe6e3396
- our dependencies are project specific. First (untested) attempt to take this fact into account.
...
Will need to try to copy eventual pre-existing project-specific deps back
to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
2007-08-21 17:56:47 +00:00