summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2007-01-14Upgrade to udev-101. We also create and init script that actually works and ↵"Steven J. Hill"
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-14I'm sure opinions will vary on this, but at least when I'm using these ↵"Steven J. Hill"
tools, I don't want the static or an extra config file. Small filesystem please.
2007-01-14Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need ↵"Steven J. Hill"
this for Samba and friends. Also, change mount order of filesystems during boot.
2007-01-14Update packages to provide properly working initialization scripts. These ↵"Steven J. Hill"
have been tested with embedded PowerPC systems.
2007-01-14x86 is the only thing that uses this monstrosity."Steven J. Hill"
2007-01-13"Dashing through the snow...with a gForce based display...o'er the data ↵"Steven J. Hill"
fields we go....cache thrashing all the way...hahaha"
2007-01-11a copy of mcookie will come in handy...Eric Andersen
2007-01-11it seems pdf and ps support are required for gtk2Eric Andersen