summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-22 19:57:12 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:42:24 +0200
commit2d28744352eee390bbf850523d51b797ad9767b3 (patch)
tree50c4e0b1595cf694f32439a6ae45c65502d16bd0
parent9028462c5c52300ce4099eac63435cf6e165415b (diff)
qtbase: make packagearch machine specific for machines which change features
While at it only differ in PACKAGECONFIG if really needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-qt/qt5/qtbase_%.bbappend7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend
index f5adeca..288f8cb 100644
--- a/recipes-qt/qt5/qtbase_%.bbappend
+++ b/recipes-qt/qt5/qtbase_%.bbappend
@@ -12,12 +12,9 @@ PACKAGECONFIG_append = " accessibility"
PACKAGECONFIG_FONTS_append = " fontconfig"
#qtbase must be configured with icu for qtwebkit
-PACKAGECONFIG_append_tegra = " \
+PACKAGECONFIG_append = " \
icu \
${PACKAGECONFIG_EXAMPLES} \
"
-PACKAGECONFIG_append_vf = " \
- icu \
- ${PACKAGECONFIG_EXAMPLES} \
-"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"