diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-12 21:40:26 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-12 21:40:26 +0000 |
commit | 7fc8a730a162c4997d34d74bb7cd48c0aad52729 (patch) | |
tree | 456b74307575f6236f1af9cdc2adc0fcdee13261 /meta | |
parent | 7438d56caeff0504d207ac02167b07ffb83c01c7 (diff) | |
download | poky-7fc8a730a162c4997d34d74bb7cd48c0aad52729.tar.gz |
gst-plugins-good: Add RPROVIDES for gst-plugin-id3demux
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4634 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb index 995ab9ec99..b5aa10b174 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb | |||
@@ -5,6 +5,8 @@ PR = "r3" | |||
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" | ||
9 | |||
8 | do_configure_prepend() { | 10 | do_configure_prepend() { |
9 | # 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 |
10 | rm ${S}/m4/lib-link.m4 || true | 12 | rm ${S}/m4/lib-link.m4 || true |