summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-10 18:54:24 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:31:48 +0200
commit0af5df0bd71d1714c1b2623fd9f6d57619926278 (patch)
tree4384bf659491906c9619e56bcc8af92cd3d73625
parentef66b5819da45ff4a05b2bd9e0387cddf1292e16 (diff)
angstrom-qt5-x11-image.bb: workaround ordering of populate_sdk populate_sdk_qt5
Make sure that these two classes get inherited in the correct order, as they use of ?= and +=. The wrong order drops a bunch of tools and most noticably the environment setup script. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 3df9772..cefce19 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -26,7 +26,7 @@ SYSTEMD_DEFAULT_TARGET = "graphical.target"
#create the deployment directory-tree
require recipes-images/images/trdx-image-fstype.inc
-inherit populate_sdk_qt5
+inherit populate_sdk populate_sdk_qt5
IMAGE_LINGUAS = "en-us"
#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"