From dc154d698b3b455a35b65935f7f04a3b4f72f8b6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 3 Jan 2012 13:41:32 +0000 Subject: qt4: fix incorrect architecture for qt4 tools Don't install the native staging versions of the qt4 tools in the bin directory; we have been doing this for a very long time but it is no longer necessary since we specify them via the QMAKE_UIC, QMAKE_MOC etc. variables. Doing so was sometimes resulting in those executables being the ones that end up being packaged (probably only sometimes due to different date/time values on the staging files and the interaction with make). Fixes [YOCTO #1856]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb') diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb index 1d7104c5bc..9b66d0327c 100644 --- a/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb +++ b/meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb @@ -1,7 +1,7 @@ require qt-${PV}.inc require qt4-embedded.inc -PR = "${INC_PR}.5" +PR = "${INC_PR}.6" QT_CONFIG_FLAGS_append_armv6 = " -no-neon " -- cgit v1.2.3