From 0af5df0bd71d1714c1b2623fd9f6d57619926278 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 10 Feb 2017 18:54:24 +0100 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-qt5-x11-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3