summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-17select XORG rather than depend on it.Eric Andersen
2007-01-16- forgot to mkdirBernhard Reutner-Fischer
2007-01-16- prepare a host-freetype target that could be used to build the build-utilsBernhard Reutner-Fischer
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
2007-01-16- use the correct path to configureBernhard Reutner-Fischer
2007-01-16- pass the freetype-config location to make and disable building docs.Bernhard Reutner-Fischer
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
2007-01-16- provide host-libgmp and host-libmpfrBernhard Reutner-Fischer
2007-01-16- bump versionBernhard Reutner-Fischer
2007-01-16- pass the selected arm variant and ABI setting down to uClibc.Bernhard Reutner-Fischer
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-16Add in a few useful bits for font handlingEric Andersen
2007-01-16Remove all of the binaries except for the one used for the target even ↵"Steven J. Hill"
though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-16Fix failed build due to addition of '--libdir=/lib' which changed the ↵"Steven J. Hill"
location of where libmagic.a and libmagic.la were located.
2007-01-15missed a spot -- need to add metacity here as well. We really should add someEric Andersen
categories in here. Things are getting a bit messy just shoving everything in with no ordering.
2007-01-15Add a somewhat basic window managerEric Andersen
2007-01-15update xorg build a bit more, trim the default set of bitmappedEric Andersen
fonts, add in the DejaVu line of unicode supporting truetype fonts
2007-01-15do not install build stuff into the target unless specifically asked to do soEric Andersen
2007-01-15lose the extra spaceEric Andersen
2007-01-15teach fontconfig to actually apply its patchesEric Andersen
2007-01-15- andersee, why was this duplicated and hardcoded here?Bernhard Reutner-Fischer
2007-01-15- ignore error if var/run/dbus already exists. Thanks whirm for noticingBernhard Reutner-Fischer
2007-01-15but now there is..Bernhard Reutner-Fischer
2007-01-15- bump version to 2.6.19.2Bernhard Reutner-Fischer
2007-01-14oops, embed $(STAGING_DIR) rather than hard coding my home dir...Eric Andersen
2007-01-14fix build and ensure we install needed runtime componentsEric Andersen
2007-01-14some pkgconfig hacks to make things somewhat workEric Andersen
2007-01-14Add new 'hal' package."Steven J. Hill"
2007-01-14silly typosEric Andersen
2007-01-14there is no 'package/hal/' at present...Eric Andersen
2007-01-14- Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in theBernhard Reutner-Fischer
TARGET_CONFIGURE_OPTS
2007-01-14- add missing foo-source target for "make source" for downloading Bernhard Reutner-Fischer
package sources used by later offline build.
2007-01-14Add Samba to buildroot."Steven J. Hill"
2007-01-14Remove man pages after installing into target filesystem."Steven J. Hill"
2007-01-14Add libevent package. I started building all the components needed for NFSv4 ↵"Steven J. Hill"
support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
2007-01-14Update patch."Steven J. Hill"
2007-01-14Add users and groups for D-Bus and HAL."Steven J. Hill"
2007-01-14oops, silence some debugging noiseEric Andersen
2007-01-14install the junk needed to (in theory) make pango actually workEric Andersen
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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-14filter pkgconfig output to force it do use our staging_dir and notEric Andersen
try to use the system libraries as it is inclined to do
2007-01-14Add packages for D-Bus and G-Lib interface library too."Steven J. Hill"
2007-01-14add fontconfig packageEric Andersen
2007-01-14Add new 'hwdata' package which we will need for D-Bus and HAL."Steven J. Hill"
2007-01-14Add new package."Steven J. Hill"
2007-01-14Use pre-generated files and do not run 'rpcgen'."Steven J. Hill"
2007-01-14Get rid of broken locale configuration option. I need to do a little more ↵"Steven J. Hill"
work on this.
2007-01-14Make gettext have its own definition."Steven J. Hill"
2007-01-14Add ProFTPD package with working init script."Steven J. Hill"
2007-01-14Add new NFS utilities package with working init script."Steven J. Hill"
2007-01-14Include all the new packages."Steven J. Hill"
2007-01-14Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵"Steven J. Hill"
for configuration of locale support or not.
2007-01-14Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"
of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.