summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-02-01 18:14:19 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-02-01 18:14:19 +0100
commit01eacce7f2b9798ff633d2189fd54575b18bacdc (patch)
tree04f81baed31bb5387ec8589cf6a92a99a362f6ea
parent591789d5565e479d67d98f5675b8fb3ee4a47625 (diff)
downloadmeta-openembedded-01eacce7f2b9798ff633d2189fd54575b18bacdc.tar.gz
qt4x11 bbclass: this is in the core layer now, drop from this one
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--classes/qt4x11.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass
deleted file mode 100644
index abb1d9d2e4..0000000000
--- a/classes/qt4x11.bbclass
+++ /dev/null
@@ -1,9 +0,0 @@
1DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
2
3inherit qmake2
4
5QT_DIR_NAME = "qt4"
6QT_LIBINFIX = ""
7
8# Qt4 uses atomic instructions not supported in thumb mode
9ARM_INSTRUCTION_SET = "arm"