[Buildroot] [PATCH 01/10] mpg123: install to staging

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Jan 18 16:54:31 UTC 2011


I want this for mpd which is coming since it's better than mad IMHO.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/multimedia/mpg123/mpg123.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index ddd891f..f6eaddb 100644
--- a/package/multimedia/mpg123/mpg123.mk
+++ b/package/multimedia/mpg123/mpg123.mk
@@ -8,6 +8,7 @@ MPG123_VERSION = 1.13.1
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
 MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
+MPG123_INSTALL_STAGING = YES
 MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
 
 ifeq ($(BR2_arm),y)
-- 
1.7.3.4



More information about the buildroot mailing list