]> code.ossystems Code Review - openembedded-core.git/commit
gst-plugins-package.inc: Avoid dependency on ${PN} from ${PN}-<plugin>
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sat, 21 Feb 2015 03:01:54 +0000 (04:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 18:00:12 +0000 (18:00 +0000)
commit29143391029bdb1a5b23724017acb363b11ed6a8
tree8a29a5d602ab25c180560aa3d5b12b172dd1a7bd
parentebe8578df3f162045086cd60a129eb7ac3eacf4c
gst-plugins-package.inc: Avoid dependency on ${PN} from ${PN}-<plugin>

A recent change to this file added a runtime dependency from ${PN} on
${PN}-meta since users tend to believe that installing the main
package will bring in all of the individual plugin packages, which
previously was not the case. However, since all plugin packages had a
dependency on the main package, this caused all plugin packages to be
pulled in whenever one plugin package was installed...

Since the main package is now guaranteed to be empty, there is no
reason for the plugin packages to depend on it any more.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-plugins-package.inc