From: Henning Heinold Date: Sat, 5 Sep 2009 21:39:10 +0000 (+0200) Subject: gst-plugins-good: add esound to DEPENDS line X-Git-Tag: Release-2010-05/1~2511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc84d991bc8895d9f6956c9281a01b9b6f0c9284;p=openembedded.git gst-plugins-good: add esound to DEPENDS line * fixes compilation error * bump PR --- diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb index ff4d11bc08..5913a447e7 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb @@ -1,13 +1,13 @@ require gst-plugins.inc -PR = "r3" +PR = "r4" SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1" OE_ALLOW_INSECURE_DOWNLOADS = "1" inherit gconf -DEPENDS += "gst-plugins-base openssl popt" +DEPENDS += "gst-plugins-base openssl popt esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"