esound-gpe needs to inherit from binconfig as well to install the esd-config file...
authorJustin Patrin <papercrane@gmail.com>
Sat, 13 Aug 2005 05:35:02 +0000 (05:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 13 Aug 2005 05:35:02 +0000 (05:35 +0000)
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

index 4c7e80f..c3cdb78 100644 (file)
@@ -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"