[oe-commits] Henning Heinold : gst-plugins-good: add esound to DEPENDS line

git version control git at git.openembedded.org
Sat Sep 5 21:43:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fc84d991bc8895d9f6956c9281a01b9b6f0c9284
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fc84d991bc8895d9f6956c9281a01b9b6f0c9284

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat Sep  5 23:39:10 2009 +0200

gst-plugins-good: add esound to DEPENDS line
* fixes compilation error
* bump PR

---

 recipes/gstreamer/gst-plugins-good_0.10.15.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb
index ff4d11b..5913a44 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"





More information about the Openembedded-commits mailing list