summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-10 18:54:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-02-10 18:54:24 +0100
commit00e752498444a8c14d1d0259ef7006bbc9e99509 (patch)
tree4384bf659491906c9619e56bcc8af92cd3d73625
parent0eaafdb2af97b6b4c3f83fddff2ec63a5fb2efbc (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>
-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"