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 <gabriel.valcazar@digi.com>
(cherry picked from commit 1e2244afcd)
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-07-26 17:07:54 +02:00 committed by Hector Palacios
parent c20f0c0fa3
commit 912fa14573
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ SRC_URI = " \
SRCREV = "cec0ef39784a3acfd2b442d107f054c6ab10181e" SRCREV = "cec0ef39784a3acfd2b442d107f054c6ab10181e"
EXTRA_AUTORECONF = "" EXTRA_AUTORECONF = ""
PACKAGECONFIG_append = " vpx"
# Fix: unrecognised options: --disable-sunaudio [unknown-configure-option] # Fix: unrecognised options: --disable-sunaudio [unknown-configure-option]
EXTRA_OECONF_remove = " --disable-sunaudio" EXTRA_OECONF_remove = " --disable-sunaudio"