summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/qtmultimedia_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-06-23 14:45:23 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-06-23 14:48:12 +0200
commit207e54421478a4b034839ef8539f401b62b9a439 (patch)
tree8ad5bc7436999322556cba71212a58eac589229a /recipes-qt/qt5/qtmultimedia_%.bbappend
parentd0c742137867d0874f22beba6f899a3c34847fb1 (diff)
qt5: align with meta-qt5 dizzy
- use % in bbappend - tegra: build with icu, so qtwebkit can be built - tegra: build with gstreamer 0.10 - remove workaround for gcc 4.8
Diffstat (limited to 'recipes-qt/qt5/qtmultimedia_%.bbappend')
-rw-r--r--recipes-qt/qt5/qtmultimedia_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtmultimedia_%.bbappend b/recipes-qt/qt5/qtmultimedia_%.bbappend
new file mode 100644
index 0000000..d398475
--- /dev/null
+++ b/recipes-qt/qt5/qtmultimedia_%.bbappend
@@ -0,0 +1,7 @@
+PACKAGECONFIG_append_tegra = " \
+ gstreamer010 \
+"
+PACKAGECONFIG_remove_tegra = " \
+ gstreamer \
+"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"