summaryrefslogtreecommitdiff
path: root/package/libeXosip2
AgeCommit message (Collapse)Author
2010-02-23libeXosip: do not re-run targets at every invocation of 'make'Thomas Petazzoni
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>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
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>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
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>
2009-02-02Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2Ulf Samuelsson
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2009-01-25Fix exec-prefix for libeXosip2Ulf Samuelsson
2009-01-25Use prefix=/usr for libeXosip2Ulf Samuelsson
2009-01-16libeXosip2 requires libosip2Ulf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-14libeXosip2 is dependent on libosip2Ulf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-05-11Bump sip lib versionsUlf Samuelsson
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-11-30Add libeXosip2 packageUlf Samuelsson