From 1e2244afcd07c82b8b0ce55c3ea414695a0e97b8 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 26 Jul 2018 17:07:54 +0200 Subject: [PATCH] gstreamer1.0-plugins-good: add the vpx package back to the recipe vpx was wrongly removed when updating the recipe to version 1.14, but it's required to build x11 images for the ccimx6ulsbc. https://jira.digi.com/browse/DEL-6078 Signed-off-by: Gabriel Valcazar --- .../gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb b/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb index b808ab5f3..3262bab6e 100644 --- a/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb +++ b/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb @@ -15,6 +15,7 @@ SRCREV = "037e2bf9a152de410623235974c68be21948985a" DEPENDS_append = " libdrm" EXTRA_AUTORECONF = "" +PACKAGECONFIG_append = " vpx" # Fix: unrecognised options: --disable-sunaudio [unknown-configure-option] EXTRA_OECONF_remove = " --disable-sunaudio"