[oe-commits] Koen Kooi : gst-plugins-good: depend on flac as well

git version control git at git.openembedded.org
Fri Nov 13 06:54:15 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 1de62e68d1786147b68f1ba0ca6c2a877752a072
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1de62e68d1786147b68f1ba0ca6c2a877752a072

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 12 16:09:22 2009 +0100

gst-plugins-good: depend on flac as well

---

 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 5913a44..ae75661 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 = "r4"
+PR = "r5"
 
 SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1"
 
 OE_ALLOW_INSECURE_DOWNLOADS = "1"
 inherit gconf 
 
-DEPENDS += "gst-plugins-base openssl popt esound"
+DEPENDS += "flac gst-plugins-base openssl popt esound"
 
 PACKAGES =+ "gst-plugin-gconfelements"
 FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"





More information about the Openembedded-commits mailing list