From: Justin Patrin Date: Sat, 13 Aug 2005 05:35:02 +0000 (+0000) Subject: esound-gpe needs to inherit from binconfig as well to install the esd-config file... X-Git-Tag: Release-2010-05/1~9453^2~3909 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd94547d55b393d2ec8e9fd6ba7a5ebc1bd87d7;p=openembedded.git esound-gpe needs to inherit from binconfig as well to install the esd-config file (this fixed libxine trying to link against /usr/lib/libasound.la) Note: this won't actually take effect until pkgconfig and binconfig are altered not to kill each other (see mailing list) --- diff --git a/packages/esound/esound-gpe_20020817.bb b/packages/esound/esound-gpe_20020817.bb index 4c7e80f7c6..c3cdb784af 100644 --- a/packages/esound/esound-gpe_20020817.bb +++ b/packages/esound/esound-gpe_20020817.bb @@ -11,7 +11,7 @@ SRC_URI = "${HANDHELDS_CVS};module=gpe/base/esound \ S = "${WORKDIR}/esound" -inherit autotools pkgconfig +inherit autotools binconfig pkgconfig EXTRA_OECONF = "--disable-alsa"