From abd94547d55b393d2ec8e9fd6ba7a5ebc1bd87d7 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 13 Aug 2005 05:35:02 +0000 Subject: [PATCH] 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) --- packages/esound/esound-gpe_20020817.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5