[oe-commits] Laurentiu Palcu : meta-toolchain-qt: include the proper cross-canadian package

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:38:42 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 8f8cd338faf63f665c2214f0110b712736f8ed5d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8f8cd338faf63f665c2214f0110b712736f8ed5d

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Tue Sep 10 18:10:49 2013 +0300

meta-toolchain-qt: include the proper cross-canadian package

packagegroup-cross-canadian package name was changed to contain MACHINE.
Make the necessary changes here too.

[YOCTO #4783]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/meta/meta-toolchain-qt.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.inc
index abf12fb..14591a8 100644
--- a/meta/recipes-qt/meta/meta-toolchain-qt.inc
+++ b/meta/recipes-qt/meta/meta-toolchain-qt.inc
@@ -1,4 +1,4 @@
-TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-${QTNAME}-toolchain-host packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}"
+TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-${QTNAME}-toolchain-host packagegroup-cross-canadian-${MACHINE}"
 TOOLCHAIN_TARGET_TASK = "packagegroup-${QTNAME}-toolchain-target"
 TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${QTNAME}-${DISTRO_VERSION}"
 



More information about the Openembedded-commits mailing list