From 51b50818922a1be99f50cc1e3386ca914c025427 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 21 Jan 2011 16:22:15 +0000 Subject: qt4: add 4.7.1 version from meta-openembedded Differences from meta-openembedded version: * Change the order of includes so that embedded/x11 overrides take precedence * Move contents of do_install_append from qt-${PV}.inc to do_install in qt4.inc as this is the same for 4.6.3 and 4.7.1 and gets in the way of do_install_append in qt-embedded.inc. * Don't add qte.sh to SRC_URI in qt-4.7.1.inc (this is embedded-specific) * Don't specify DEFAULT_PREFERENCE * Use http source URL to match other Qt4 recipes Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb (limited to 'meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb') diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb b/meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb new file mode 100644 index 000000000..c3f671319 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-embedded_4.7.1.bb @@ -0,0 +1,10 @@ +require qt-${PV}.inc +require qt4-embedded.inc + +PR = "${INC_PR}.1" + +QT_CONFIG_FLAGS_append_armv6 = " -no-neon " + +QT_CONFIG_FLAGS += " \ + -exceptions \ +" -- cgit v1.2.3