diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-15 16:26:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-15 16:26:26 +0100 |
commit | ed4b44c68fec892b261461444e9306dfb98447af (patch) | |
tree | 0b165b06362a1278e4986f5e470bb2683dc901cd /packages/gstreamer/gst-plugins-bad_0.10.6.bb | |
parent | 1813b844deed16544f80399cd880ba5a91562c33 (diff) |
gst-plugins: hook into packaging code to generate ${PN}-meta for gst-plugins that RDEPENDS on all plugins
* if you want all plugins from gst-plugins-good: 'opkg install gst-plugins-good-meta'
Diffstat (limited to 'packages/gstreamer/gst-plugins-bad_0.10.6.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins-bad_0.10.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.6.bb b/packages/gstreamer/gst-plugins-bad_0.10.6.bb index 5d06a3c079..a8d87833ac 100644 --- a/packages/gstreamer/gst-plugins-bad_0.10.6.bb +++ b/packages/gstreamer/gst-plugins-bad_0.10.6.bb @@ -1,4 +1,5 @@ require gst-plugins.inc +PR = "r1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \ |