Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2008-06-13 | expat: make sure usr/lib/ exists | Peter Korsgaard | |
2008-04-24 | revert commit 21832 | John Voltz | |
2008-04-24 | more options for expat, move install to /usr | John Voltz | |
2008-03-31 | expat: cleanup configure arguments | Peter Korsgaard | |
2008-02-12 | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | |
Patch from Dan Nicolaescu | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-12 | expat has --prefix=usr, so remove /usr from other switches | Ulf Samuelsson | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat | Ulf Samuelsson | |
2007-08-11 | Use correct DEST_DIR for expat | Ulf Samuelsson | |
2007-07-08 | - add missing dirclean target (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-25 | - bump version and correct install dirs (Julien Letessier) | Bernhard Reutner-Fischer | |
2007-05-09 | Strip lib even if soname changes | Peter Korsgaard | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-15 | lose the extra space | 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-11 | fix dependancies and install paths | Eric Andersen | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-08-24 | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | |
2006-01-23 | added expat package per case 0000087 | David Anders | |