Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libeXosip: do not re-run targets at every invocation of 'make' | Thomas Petazzoni | 2010-02-23 | 1 | -0/+6 |
| | | | | | | | Make sure that we touch the target so that the target is newer than the .compiled stamp file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2 | Ulf Samuelsson | 2009-02-02 | 1 | -15/+2 |
| | |||||
* | Fix exec-prefix for libeXosip2 | Ulf Samuelsson | 2009-01-25 | 1 | -5/+1 |
| | |||||
* | Use prefix=/usr for libeXosip2 | Ulf Samuelsson | 2009-01-25 | 1 | -4/+4 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | libeXosip2 is dependent on libosip2 | Ulf Samuelsson | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Bump sip lib versions | Ulf Samuelsson | 2008-05-11 | 1 | -2/+2 |
| | |||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -5/+3 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Add libeXosip2 package | Ulf Samuelsson | 2007-11-30 | 1 | -0/+110 |