diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-16 21:56:00 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 14:59:01 -0800 |
commit | 9c279988bc903b1bd7d1806a0ab09801cf3eb4a8 (patch) | |
tree | 8b6c64f6c337368b40918faf2b1f5894dfa0ea1e /recipes-images | |
parent | 18e30fec887e51957051dbfeb56a02ce86bf2172 (diff) |
angstrom-lxde-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')
-rw-r--r-- | recipes-images/images/angstrom-lxde-image.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index b41a435..49f6794 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -103,13 +103,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 \ + imx-gst1.0-plugin \ " # No longer available # gst-plugins-gl \ |