diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2013-12-13 11:50:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:18 +0000 |
commit | ab8027396b416c465541b8b2ef1b1ada4c19eb26 (patch) | |
tree | ac48ed60db6128e8c41436ff3b63e22041ad765a /meta/recipes-multimedia | |
parent | 447e4cf68c93b22068cd8bc4296349e929252e83 (diff) | |
download | poky-ab8027396b416c465541b8b2ef1b1ada4c19eb26.tar.gz |
gstreamer1.0-plugins-base: fix missing rprovides
split_gstreamer10_packages creates libgst* packages which are missing in PACKAGES list.
(From OE-Core rev: 6432037e3089b6f92483fc343aac459a05ae2500)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index ebfa7cd4e5..697b5bdec1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -7,6 +7,7 @@ DEPENDS += "freetype liboil util-linux" | |||
7 | 7 | ||
8 | inherit gettext | 8 | inherit gettext |
9 | 9 | ||
10 | PACKAGES_DYNAMIC =+ "^libgst.*" | ||
10 | 11 | ||
11 | PACKAGECONFIG ??= " \ | 12 | PACKAGECONFIG ??= " \ |
12 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 13 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |