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-good_0.10.7.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-good_0.10.7.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins-good_0.10.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins-good_0.10.7.bb b/packages/gstreamer/gst-plugins-good_0.10.7.bb index ac3a5e73c5..06cec41456 100644 --- a/packages/gstreamer/gst-plugins-good_0.10.7.bb +++ b/packages/gstreamer/gst-plugins-good_0.10.7.bb @@ -1,5 +1,5 @@ require gst-plugins.inc -PR = "r2" +PR = "r3" inherit gconf |