Commit Graph

2272 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
fd4b8e90ca - prepare a host-freetype target that could be used to build the build-utils
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
2007-01-16 19:51:03 +00:00
Bernhard Reutner-Fischer
a4427ac6c0 - use the correct path to configure 2007-01-16 19:48:46 +00:00
Bernhard Reutner-Fischer
6be03bae3c - pass the freetype-config location to make and disable building docs.
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
2007-01-16 16:06:45 +00:00
Bernhard Reutner-Fischer
4079ef67ca - provide host-libgmp and host-libmpfr 2007-01-16 13:26:32 +00:00
Bernhard Reutner-Fischer
e5103742c9 - bump version 2007-01-16 13:24:47 +00:00
Bernhard Reutner-Fischer
2d943e7a13 - pass the selected arm variant and ABI setting down to uClibc.
Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?)
- TODO: add missing variants that are supported by uClibc to buildroot
2007-01-16 09:35:11 +00:00
Eric Andersen
7cb000f5d7 Add in a few useful bits for font handling 2007-01-16 08:10:27 +00:00
"Steven J. Hill"
0105ad9699 Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap. 2007-01-16 01:29:38 +00:00
"Steven J. Hill"
fb5219f7dc Fix failed build due to addition of '--libdir=/lib' which changed the location of where libmagic.a and libmagic.la were located. 2007-01-16 00:33:24 +00:00
Eric Andersen
a72fadb38e missed a spot -- need to add metacity here as well. We really should add some
categories in here.  Things are getting a bit messy just shoving everything in
with no ordering.
2007-01-15 22:37:08 +00:00
Eric Andersen
d01d7d53e7 Add a somewhat basic window manager 2007-01-15 22:34:53 +00:00
Eric Andersen
715ffb8bcb update xorg build a bit more, trim the default set of bitmapped
fonts, add in the DejaVu line of unicode supporting truetype fonts
2007-01-15 22:33:55 +00:00
Eric Andersen
58c49926d2 do not install build stuff into the target unless specifically asked to do so 2007-01-15 21:28:15 +00:00
Eric Andersen
a64b9018e0 lose the extra space 2007-01-15 21:27:17 +00:00
Eric Andersen
9178347a60 teach fontconfig to actually apply its patches 2007-01-15 21:26:43 +00:00
Bernhard Reutner-Fischer
8564ba689d - andersee, why was this duplicated and hardcoded here? 2007-01-15 17:34:58 +00:00
Bernhard Reutner-Fischer
56f4eae10d - ignore error if var/run/dbus already exists. Thanks whirm for noticing 2007-01-15 16:02:45 +00:00
Bernhard Reutner-Fischer
e6f8e0defd but now there is.. 2007-01-15 16:01:34 +00:00
Bernhard Reutner-Fischer
b56ca866d9 - bump version to 2.6.19.2 2007-01-15 15:55:43 +00:00
Eric Andersen
c199529575 oops, embed $(STAGING_DIR) rather than hard coding my home dir... 2007-01-14 23:27:26 +00:00
Eric Andersen
9524e48516 fix build and ensure we install needed runtime components 2007-01-14 23:26:15 +00:00
Eric Andersen
a461faf1ee some pkgconfig hacks to make things somewhat work 2007-01-14 23:25:05 +00:00
"Steven J. Hill"
af9a0ccb79 Add new 'hal' package. 2007-01-14 23:21:36 +00:00
Eric Andersen
8cc56adc39 silly typos 2007-01-14 22:52:26 +00:00
Eric Andersen
a7aebc0fad there is no 'package/hal/' at present... 2007-01-14 22:18:49 +00:00
Bernhard Reutner-Fischer
5900cdb25f - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the
TARGET_CONFIGURE_OPTS
2007-01-14 11:25:22 +00:00
Bernhard Reutner-Fischer
98862ee4a5 - add missing foo-source target for "make source" for downloading
package sources used by later offline build.
2007-01-14 11:14:27 +00:00
"Steven J. Hill"
d8bcc8f168 Add Samba to buildroot. 2007-01-14 06:13:27 +00:00
"Steven J. Hill"
7b957dd483 Remove man pages after installing into target filesystem. 2007-01-14 06:07:49 +00:00
"Steven J. Hill"
491c474a4f Add libevent package. I started building all the components needed for NFSv4 support of which libevent is one of them. The rest of the needed components, however, are horrific to get building. 2007-01-14 05:38:00 +00:00
"Steven J. Hill"
aeeab7a686 Update patch. 2007-01-14 04:58:37 +00:00
"Steven J. Hill"
3a0125d067 Add users and groups for D-Bus and HAL. 2007-01-14 04:25:41 +00:00
Eric Andersen
3c2974b822 oops, silence some debugging noise 2007-01-14 04:20:57 +00:00
Eric Andersen
f69bf9971b install the junk needed to (in theory) make pango actually work 2007-01-14 04:10:14 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory.  The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.

This also adds in a pile of libtool fixups.  Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
 -Erik
2007-01-14 03:52:21 +00:00
Eric Andersen
4ac03cc86a filter pkgconfig output to force it do use our staging_dir and not
try to use the system libraries as it is inclined to do
2007-01-14 03:48:13 +00:00
"Steven J. Hill"
ceb2859765 Add packages for D-Bus and G-Lib interface library too. 2007-01-14 03:45:06 +00:00
Eric Andersen
ee8f2133a5 add fontconfig package 2007-01-14 03:39:53 +00:00
"Steven J. Hill"
8d08091cf8 Add new 'hwdata' package which we will need for D-Bus and HAL. 2007-01-14 03:38:02 +00:00
"Steven J. Hill"
ea18cf815c Add new package. 2007-01-14 03:31:43 +00:00
"Steven J. Hill"
304aaeb181 Use pre-generated files and do not run 'rpcgen'. 2007-01-14 03:27:22 +00:00
"Steven J. Hill"
6756e24e97 Get rid of broken locale configuration option. I need to do a little more work on this. 2007-01-14 03:10:46 +00:00
"Steven J. Hill"
0f4f9f729f Make gettext have its own definition. 2007-01-14 03:09:47 +00:00
"Steven J. Hill"
5d173ec412 Add ProFTPD package with working init script. 2007-01-14 01:48:49 +00:00
"Steven J. Hill"
72f3ebce22 Add new NFS utilities package with working init script. 2007-01-14 01:46:04 +00:00
"Steven J. Hill"
0d7b08da13 Include all the new packages. 2007-01-14 01:04:33 +00:00
"Steven J. Hill"
999e5db6d5 Make sure to install the 'libgthread' shared libraries as well. Also, allow for configuration of locale support or not. 2007-01-14 01:02:36 +00:00
"Steven J. Hill"
d67d790dd1 Correct spelling error and config option to create symlinks for old naming of MTD utilities. Also add in LDFLAGS and such to building with external toolchains. 2007-01-14 01:01:07 +00:00
"Steven J. Hill"
0a4b6a3bc7 Upgrade to udev-101. We also create and init script that actually works and has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL. 2007-01-14 00:59:10 +00:00
"Steven J. Hill"
5d8342c7f7 I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please. 2007-01-14 00:57:50 +00:00