[oe-commits] Denis 'GNUtoo' Carikli : gst-meta-base: fixed ivorbis dependency and bump PR

git version control git at git.openembedded.org
Sat Apr 3 17:01:12 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4cd803adb65364263066b08fc98d2f7347c2c9e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4cd803adb65364263066b08fc98d2f7347c2c9e0

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Apr  1 14:21:39 2010 +0200

gst-meta-base: fixed ivorbis dependency and bump PR

I had the following error:
| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for gst-meta-audio:
|  *    gst-plugin-ivorbis *
but... I also had that in my deploy dir: gst-plugin-ivorbisdec_0.10.28-r7.1.5_armv6.ipk
So I changed gst-plugin-ivorbis to gst-plugin-ivorbisdec

---

 recipes/gstreamer/gst-meta-base_0.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gstreamer/gst-meta-base_0.10.bb b/recipes/gstreamer/gst-meta-base_0.10.bb
index c54429a..06f1945 100644
--- a/recipes/gstreamer/gst-meta-base_0.10.bb
+++ b/recipes/gstreamer/gst-meta-base_0.10.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Gstreamer package groups"
 DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
 
-PR = "r12"
+PR = "r13"
 
 PACKAGES = "${PN}-dbg \
     gst-meta-base \
@@ -34,7 +34,7 @@ RRECOMMENDS_gst-meta-base = "\
 
 RDEPENDS_gst-meta-audio = "\
     gst-meta-base \
-    gst-plugin-ivorbis \
+    gst-plugin-ivorbisdec \
     gst-plugin-ogg \
     ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)} \
     gst-plugin-id3demux \





More information about the Openembedded-commits mailing list