diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-10 22:32:22 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-10 22:32:22 +0000 |
commit | 5931e8a4a5426d07173d1ccf2a0bd0ac14b45c44 (patch) | |
tree | b535c8357e2585b1eeb093f4a4ad9455b293d9ef /meta | |
parent | 9a21f65eef1bec2e5308a65e5780271279f4f632 (diff) | |
download | poky-5931e8a4a5426d07173d1ccf2a0bd0ac14b45c44.tar.gz |
gst-plugins-good: Remove bogus RPROVIDES and add to PACKAGES instead now the package class can handle this
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5178 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb index b5aa10b174..3b05ba8e72 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
3 | speex" | 3 | speex" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" |
7 | 7 | ||
8 | RPROVIDES = "gst-plugin-id3demux" | 8 | PACKAGES += "gst-plugin-id3demux" |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure_prepend() { |
11 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 11 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |