diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-02-11 18:22:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:41:01 +0000 |
commit | 34221ef141e9a8b4e9d3e0687563d691bcd9f225 (patch) | |
tree | d4e4bd85be79b55f593ff57da3b12896021a694a /meta/recipes-multimedia | |
parent | 1920ef31f3ac02692086e2db18dcb59f65bf7ec4 (diff) | |
download | poky-34221ef141e9a8b4e9d3e0687563d691bcd9f225.tar.gz |
gst-plugins-*, gstreamer1.0-plugins-*: fix main package binary components
Users often install the main package thinking it will bring in
all of the individual plugin packages, not realising that the
-meta package exists. Since the main package isn't currently
used for anything else, it would make more sense to just make
installing the main package install all of the plugins.
To do this in a manner that doesn't break any upgrade paths,
just add a dependency from the main package on the -meta
package for all of the gstreamer plugin recipes.
Fixes [YOCTO #5589].
(From OE-Core rev: 8e1009a3b128c9a00c183f89f98d9458f21cf6c0)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc index 7bb567866f..586bd05ca9 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc | |||
@@ -51,6 +51,7 @@ PACKAGES += "${PN}-apps ${PN}-meta ${PN}-glib" | |||
51 | FILES_${PN}-apps = "${bindir}" | 51 | FILES_${PN}-apps = "${bindir}" |
52 | 52 | ||
53 | RDEPENDS_${PN}-apps += "perl" | 53 | RDEPENDS_${PN}-apps += "perl" |
54 | RRECOMMENDS_${PN} += "${PN}-meta" | ||
54 | 55 | ||
55 | FILES_${PN} = "${datadir}/gstreamer-${LIBV}" | 56 | FILES_${PN} = "${datadir}/gstreamer-${LIBV}" |
56 | FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug" | 57 | FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug" |