[oe-commits] Klaus Kurzmann : gst-plugins-good: use _append syntax for DEPENDS shr override

git version control git at git.openembedded.org
Tue Jul 21 10:52:55 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 04f3fe218116065c10e41b90a716a5eaa2ea4a3c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=04f3fe218116065c10e41b90a716a5eaa2ea4a3c

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Tue Jul 21 12:52:53 2009 +0200

gst-plugins-good: use _append syntax for DEPENDS shr override

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/gstreamer/gst-plugins-good_0.10.7.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-good_0.10.7.bb b/recipes/gstreamer/gst-plugins-good_0.10.7.bb
index 53163b7..1061a7b 100644
--- a/recipes/gstreamer/gst-plugins-good_0.10.7.bb
+++ b/recipes/gstreamer/gst-plugins-good_0.10.7.bb
@@ -1,11 +1,11 @@
 require gst-plugins.inc
-PR = "r5"
+PR = "r6"
 
 inherit gconf 
 
 EXTRA_OECONF += " --enable-experimental  --enable-gst_v4l2 --enable-gconftool  --enable-external --with-check=no"
 DEPENDS += "gst-plugins-base esound"
-DEPENDS_shr += " flac"
-
+DEPENDS_append_shr = " flac"
+        
 PACKAGES =+ "gst-plugin-gconfelements"
 FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"





More information about the Openembedded-commits mailing list