summaryrefslogtreecommitdiffstats
path: root/package/libeXosip2
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-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 Newton2009-09-031-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 libeXosip2Ulf Samuelsson2009-02-021-15/+2
|
* Add help for packages without AVR32 supportUlf Samuelsson2009-01-261-0/+3
|
* Fix exec-prefix for libeXosip2Ulf Samuelsson2009-01-251-5/+1
|
* Use prefix=/usr for libeXosip2Ulf Samuelsson2009-01-251-4/+4
|
* libeXosip2 requires libosip2Ulf Samuelsson2009-01-161-0/+1
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* libeXosip2 is dependent on libosip2Ulf Samuelsson2009-01-141-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-2/+2
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Bump sip lib versionsUlf Samuelsson2008-05-111-2/+2
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-5/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Add libeXosip2 packageUlf Samuelsson2007-11-302-0/+121