Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | alsa-lib: add license info | Danomi Manchego | |
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2012-07-17 | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | |
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2012-05-05 | package/multimedia: move audio libraries out | Gustavo Zacarias | |
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2008-09-05 | audio: Move all audio packages into audio subdir | Daniel Laird | |
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-04-10 | remove devdir config option from alsa lib, should use mdev rule instead | John Voltz | |
2008-03-06 | fixed arch dependent option | John Voltz | |
2008-03-06 | added alsa dev directory location to configure statement | John Voltz | |
2008-02-19 | buildroot: add missing -source targets | Peter Korsgaard | |
2007-11-28 | Make aapcs-linux abi, dependent on ARM arch | Ulf Samuelsson | |
2007-11-28 | Add '-mabi=aapcs-linux' to CFLAGS in 'alsa-lib' to be compatible w kernel | Ulf Samuelsson | |
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-09-23 | Strip files the correct alsa-lib subdirectory | Ulf Samuelsson | |
2007-08-24 | - fix wrong src-path of libasound (Simon Pasch) | Bernhard Reutner-Fischer | |
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-07-28 | Use correct path for alsa-lib | Ulf Samuelsson | |
2007-07-23 | cleanup alsa-lib | Ulf Samuelsson | |
2007-07-23 | Add alsa-lib package | Ulf Samuelsson | |