diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-04-01 14:21:39 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-04-03 17:00:09 +0200 |
commit | 4cd803adb65364263066b08fc98d2f7347c2c9e0 (patch) | |
tree | 9e5007a1a7fae16c4939cff8e8c89192a90fd478 /recipes/gstreamer | |
parent | 44b1e505b376f20e2edabc8950d539642bfc5c5d (diff) |
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
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r-- | 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 c54429aca8..06f19456d4 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 \ |