Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-14 | Add Samba to buildroot. | "Steven J. Hill" | |
2007-01-14 | Remove man pages after installing into target filesystem. | "Steven J. Hill" | |
2007-01-14 | Add 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-14 | Update patch. | "Steven J. Hill" | |
2007-01-14 | Add users and groups for D-Bus and HAL. | "Steven J. Hill" | |
2007-01-14 | oops, silence some debugging noise | Eric Andersen | |
2007-01-14 | install the junk needed to (in theory) make pango actually work | Eric Andersen | |
2007-01-14 | fixup 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-14 | filter pkgconfig output to force it do use our staging_dir and not | Eric Andersen | |
try to use the system libraries as it is inclined to do | |||
2007-01-14 | Add packages for D-Bus and G-Lib interface library too. | "Steven J. Hill" | |
2007-01-14 | add fontconfig package | Eric Andersen | |
2007-01-14 | Add new 'hwdata' package which we will need for D-Bus and HAL. | "Steven J. Hill" | |
2007-01-14 | Add new package. | "Steven J. Hill" | |
2007-01-14 | Use pre-generated files and do not run 'rpcgen'. | "Steven J. Hill" | |
2007-01-14 | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | |
work on this. | |||
2007-01-14 | Make gettext have its own definition. | "Steven J. Hill" | |
2007-01-14 | Add ProFTPD package with working init script. | "Steven J. Hill" | |
2007-01-14 | Add new NFS utilities package with working init script. | "Steven J. Hill" | |
2007-01-14 | Include all the new packages. | "Steven J. Hill" | |
2007-01-14 | Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵ | "Steven J. Hill" | |
for configuration of locale support or not. | |||
2007-01-14 | Correct 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-14 | Upgrade 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-14 | I'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-14 | Make '/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-14 | Update packages to provide properly working initialization scripts. These ↵ | "Steven J. Hill" | |
have been tested with embedded PowerPC systems. | |||
2007-01-14 | x86 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-11 | a copy of mcookie will come in handy... | Eric Andersen | |
2007-01-11 | it seems pdf and ps support are required for gtk2 | Eric Andersen | |
2007-01-11 | add Gtk+ version 2 | Eric Andersen | |
2007-01-11 | add atk package | Eric Andersen | |
2007-01-11 | use a slightly more sensible dep, strip the correct library names | Eric Andersen | |
2007-01-11 | fix build deps | Eric Andersen | |
2007-01-11 | add tiff package | Eric Andersen | |
2007-01-11 | be explicit about not depending on X, dep should go the other way | Eric Andersen | |
2007-01-11 | be explicit about not doing X | Eric Andersen | |
2007-01-11 | fix dependancies and install paths | Eric Andersen | |
2007-01-11 | Add pango | Eric Andersen | |
2007-01-11 | more updates to ensure subsequent packages build | Eric Andersen | |
2007-01-10 | add in cairo | Eric Andersen | |
2007-01-10 | update xorg build and installation paths | Eric Andersen | |
2007-01-10 | fixup freetype build and install locations | Eric Andersen | |
2007-01-10 | - bump version | Bernhard Reutner-Fischer | |
2007-01-10 | - bump version | Bernhard Reutner-Fischer | |
2007-01-10 | needs pkg-config | Eric Andersen | |
2007-01-10 | fix install such that pkg-config setup is correct | Eric Andersen | |
2007-01-10 | fix install such that pkg-config setup is correct | Eric Andersen | |
2007-01-10 | bump version to the latest stable release | Eric Andersen | |
2007-01-10 | link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/lib | Eric Andersen | |
to make glib2 (and packages with similar confusion) work properly, while still being able to cross compile | |||
2007-01-10 | add in glib2 | Eric Andersen | |