Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - prepare a host-freetype target that could be used to build the build-utils | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -1/+28 |
| | | | | for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough). | ||||
* | - use the correct path to configure | Bernhard Reutner-Fischer | 2007-01-16 | 2 | -3/+3 |
| | |||||
* | - pass the freetype-config location to make and disable building docs. | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -0/+3 |
| | | | | This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case | ||||
* | - provide host-libgmp and host-libmpfr | Bernhard Reutner-Fischer | 2007-01-16 | 2 | -67/+53 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-01-16 | 5 | -0/+265 |
| | |||||
* | - pass the selected arm variant and ABI setting down to uClibc. | Bernhard Reutner-Fischer | 2007-01-16 | 1 | -4/+11 |
| | | | | | 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 | ||||
* | Add in a few useful bits for font handling | Eric Andersen | 2007-01-16 | 1 | -0/+6 |
| | |||||
* | Remove all of the binaries except for the one used for the target even ↵ | "Steven J. Hill" | 2007-01-16 | 1 | -1/+4 |
| | | | | though it is a MIPS binary and cannot be used. This package is still crap. | ||||
* | Fix failed build due to addition of '--libdir=/lib' which changed the ↵ | "Steven J. Hill" | 2007-01-16 | 1 | -2/+2 |
| | | | | location of where libmagic.a and libmagic.la were located. | ||||
* | missed a spot -- need to add metacity here as well. We really should add some | Eric Andersen | 2007-01-15 | 1 | -0/+1 |
| | | | | | categories in here. Things are getting a bit messy just shoving everything in with no ordering. | ||||
* | Add a somewhat basic window manager | Eric Andersen | 2007-01-15 | 5 | -0/+193 |
| | |||||
* | update xorg build a bit more, trim the default set of bitmapped | Eric Andersen | 2007-01-15 | 6 | -8/+71 |
| | | | | fonts, add in the DejaVu line of unicode supporting truetype fonts | ||||
* | do not install build stuff into the target unless specifically asked to do so | Eric Andersen | 2007-01-15 | 1 | -4/+6 |
| | |||||
* | lose the extra space | Eric Andersen | 2007-01-15 | 1 | -1/+0 |
| | |||||
* | teach fontconfig to actually apply its patches | Eric Andersen | 2007-01-15 | 2 | -2/+6 |
| | |||||
* | - andersee, why was this duplicated and hardcoded here? | Bernhard Reutner-Fischer | 2007-01-15 | 1 | -2/+5 |
| | |||||
* | - ignore error if var/run/dbus already exists. Thanks whirm for noticing | Bernhard Reutner-Fischer | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | but now there is.. | Bernhard Reutner-Fischer | 2007-01-15 | 1 | -0/+1 |
| | |||||
* | - bump version to 2.6.19.2 | Bernhard Reutner-Fischer | 2007-01-15 | 2 | -5/+5 |
| | |||||
* | oops, embed $(STAGING_DIR) rather than hard coding my home dir... | Eric Andersen | 2007-01-14 | 1 | -1/+1 |
| | |||||
* | fix build and ensure we install needed runtime components | Eric Andersen | 2007-01-14 | 12 | -2496/+522 |
| | |||||
* | some pkgconfig hacks to make things somewhat work | Eric Andersen | 2007-01-14 | 11 | -2/+106 |
| | |||||
* | Add new 'hal' package. | "Steven J. Hill" | 2007-01-14 | 8 | -0/+553 |
| | |||||
* | silly typos | Eric Andersen | 2007-01-14 | 2 | -2/+2 |
| | |||||
* | there is no 'package/hal/' at present... | Eric Andersen | 2007-01-14 | 1 | -1/+0 |
| | |||||
* | - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the | Bernhard Reutner-Fischer | 2007-01-14 | 4 | -4/+4 |
| | | | | TARGET_CONFIGURE_OPTS | ||||
* | - add missing foo-source target for "make source" for downloading | Bernhard Reutner-Fischer | 2007-01-14 | 4 | -0/+8 |
| | | | | package sources used by later offline build. | ||||
* | Add Samba to buildroot. | "Steven J. Hill" | 2007-01-14 | 5 | -0/+446 |
| | |||||
* | Remove man pages after installing into target filesystem. | "Steven J. Hill" | 2007-01-14 | 1 | -1/+4 |
| | |||||
* | Add libevent package. I started building all the components needed for NFSv4 ↵ | "Steven J. Hill" | 2007-01-14 | 3 | -0/+80 |
| | | | | support of which libevent is one of them. The rest of the needed components, however, are horrific to get building. | ||||
* | Update patch. | "Steven J. Hill" | 2007-01-14 | 1 | -21/+42 |
| | |||||
* | Add users and groups for D-Bus and HAL. | "Steven J. Hill" | 2007-01-14 | 2 | -1/+5 |
| | |||||
* | oops, silence some debugging noise | Eric Andersen | 2007-01-14 | 1 | -4/+4 |
| | |||||
* | install the junk needed to (in theory) make pango actually work | Eric Andersen | 2007-01-14 | 3 | -5/+1267 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 103 | -327/+1688 |
| | | | | | | | | | | | | | 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 | ||||
* | filter pkgconfig output to force it do use our staging_dir and not | Eric Andersen | 2007-01-14 | 3 | -1/+36 |
| | | | | try to use the system libraries as it is inclined to do | ||||
* | Add packages for D-Bus and G-Lib interface library too. | "Steven J. Hill" | 2007-01-14 | 7 | -0/+481 |
| | |||||
* | add fontconfig package | Eric Andersen | 2007-01-14 | 4 | -0/+160 |
| | |||||
* | Add new 'hwdata' package which we will need for D-Bus and HAL. | "Steven J. Hill" | 2007-01-14 | 2 | -0/+56 |
| | |||||
* | Add new package. | "Steven J. Hill" | 2007-01-14 | 3 | -0/+136 |
| | |||||
* | Use pre-generated files and do not run 'rpcgen'. | "Steven J. Hill" | 2007-01-14 | 1 | -0/+18 |
| | |||||
* | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -13/+4 |
| | | | | work on this. | ||||
* | Make gettext have its own definition. | "Steven J. Hill" | 2007-01-14 | 1 | -0/+12 |
| | |||||
* | Add ProFTPD package with working init script. | "Steven J. Hill" | 2007-01-14 | 3 | -0/+132 |
| | |||||
* | Add new NFS utilities package with working init script. | "Steven J. Hill" | 2007-01-14 | 4 | -0/+2875 |
| | |||||
* | Include all the new packages. | "Steven J. Hill" | 2007-01-14 | 1 | -0/+9 |
| | |||||
* | Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -3/+20 |
| | | | | for configuration of locale support or not. | ||||
* | Correct spelling error and config option to create symlinks for old naming ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -3/+22 |
| | | | | of MTD utilities. Also add in LDFLAGS and such to building with external toolchains. | ||||
* | Upgrade to udev-101. We also create and init script that actually works and ↵ | "Steven J. Hill" | 2007-01-14 | 6 | -71/+113 |
| | | | | 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. | ||||
* | I'm sure opinions will vary on this, but at least when I'm using these ↵ | "Steven J. Hill" | 2007-01-14 | 1 | -0/+2 |
| | | | | tools, I don't want the static or an extra config file. Small filesystem please. |