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