diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-10-22 14:37:26 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 15:12:45 -0800 |
commit | c9e130949db1f7f2ec0f0bb06f3f9c63c5876b41 (patch) | |
tree | 5dadb711cdcd264f17f2eb528115783888556798 /recipes-images | |
parent | a4c8ba2611b547893e1d5b84e0fabed0fa9c78f0 (diff) |
angstrom-qt-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')
-rw-r--r-- | recipes-images/images/angstrom-qt-x11-image.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index 59d76a4..78c27c0 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -93,15 +93,15 @@ 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 \ + imx-gst1.0-plugin-gplay \ + imx-gst1.0-plugin-grecorder \ " # No longer available # gst-plugins-gl \ |