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
Bernhard Reutner-Fischer
1e3c369df8
- move the PROJECT variable setting to a more sensible place
2007-08-21 17:14:56 +00:00
Bernhard Reutner-Fischer
b978dbdc72
- honour BR2_HAVE_MANPAGES
2007-08-21 17:00:18 +00:00
Bernhard Reutner-Fischer
02430b3be0
- bump version to 2.2.6
2007-08-21 16:51:46 +00:00
Bernhard Reutner-Fischer
acfde78a85
- forgot to add this file to go with r19619
2007-08-21 16:48:47 +00:00
Bernhard Reutner-Fischer
e99518277a
- add handling of lzma for the host (unconditionally for now)
...
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21 15:33:33 +00:00
Bernhard Reutner-Fischer
1afb8226cb
- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
...
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21 14:32:38 +00:00
Ulf Samuelsson
3cca2a310d
Use $(BZCAT) instead of bzcat
2007-08-21 14:27:57 +00:00
Bernhard Reutner-Fischer
5795931894
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
...
respective documentation on your target filesystem.
2007-08-21 14:20:59 +00:00
Bernhard Reutner-Fischer
7109587d41
- adjust config
2007-08-21 13:23:13 +00:00
Bernhard Reutner-Fischer
d1ffa06a09
- propagate IPv6 setting down to the kernel
2007-08-21 13:21:44 +00:00
Bernhard Reutner-Fischer
1aa33d8aab
- fix installation of dbus.
2007-08-21 12:09:53 +00:00