[oe-commits] Matthieu Crapet : gstreamer1.0-plugins-base: fix missing rprovides

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 16:45:00 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 6432037e3089b6f92483fc343aac459a05ae2500
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6432037e3089b6f92483fc343aac459a05ae2500

Author: Matthieu Crapet <Matthieu.Crapet at ingenico.com>
Date:   Fri Dec 13 11:50:17 2013 +0100

gstreamer1.0-plugins-base: fix missing rprovides

split_gstreamer10_packages creates libgst* packages which are missing in PACKAGES list.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index ebfa7cd..697b5bd 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"
 
 inherit gettext
 
+PACKAGES_DYNAMIC =+ "^libgst.*"
 
 PACKAGECONFIG ??= " \
     ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \



More information about the Openembedded-commits mailing list