diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-16 21:55:42 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 14:58:58 -0800 |
commit | 18e30fec887e51957051dbfeb56a02ce86bf2172 (patch) | |
tree | 96d9a70e3dd27ba2343be3adb46d20e0af68cdc8 /recipes-images/images | |
parent | 401af1a07da96ec326f5b43c7fbc378c4dfff97a (diff) |
angstrom-qt5-x11-image.bb follow package name changes fsl vs. imx
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-images/images')
-rw-r--r-- | recipes-images/images/angstrom-qt5-x11-image.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb index 3a0dc4e..d18d6c2 100644 --- a/recipes-images/images/angstrom-qt5-x11-image.bb +++ b/recipes-images/images/angstrom-qt5-x11-image.bb @@ -97,15 +97,13 @@ GSTREAMER = " \ GSTREAMER_append_mx6 = " \ gstreamer1.0-plugins-base-ximagesink \ gstreamer1.0-plugins-imx \ - gst1.0-fsl-plugin \ - gst1.0-fsl-plugin-gplay \ - gst1.0-fsl-plugin-grecorder \ + imx-gst1.0-plugin \ + imx-gst1.0-plugin-gplay \ + imx-gst1.0-plugin-grecorder \ " GSTREAMER_append_mx7 = " \ gstreamer1.0-plugins-base-ximagesink \ - gst1.0-fsl-plugin \ - gst1.0-fsl-plugin-gplay \ - gst1.0-fsl-plugin-grecorder \ + imx-gst1.0-plugin \ " # No longer available # gst-plugins-gl \ |