summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-01-05 19:24:31 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 21:04:34 +0100
commit04363cc003f3b1102d8cb10cc41de2fb7b732f55 (patch)
tree9fda0b7d3df665da5ea6b489480b45fd4eeff825 /recipes-multimedia
parent953471a095419cf43106e410429e9b56cbcb9894 (diff)
gstreamer1.0-plugins-imx: bbappend: follow the feature override change
The recipe now uses feature overrides to chose the PACKAGECONFIG. Follow that to achive the same effect as the older machine override did. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend
index 65c2e8b..558a6e6 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend
@@ -2,5 +2,4 @@
# $ gst-play-1.0 a-video-file
# e.g.: gst-launch-1.0: ../imxvpuapi/imxvpuapi_vpulib.c:2349: imx_vpu_dec_mark_framebuffer_as_displayed: Assertion `framebuffer != ((void *)0)' failed.
# not building the vpu plugins works around the issue
-PACKAGECONFIG_mx6q_remove = "vpu"
-PACKAGECONFIG_mx6dl_remove = "vpu"
+PACKAGECONFIG_remove = "vpu"