aboutsummaryrefslogtreecommitdiffstats
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 @@
-DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}"
-
-inherit qmake2
-
-QT_DIR_NAME = "qt4"
-QT_LIBINFIX = ""
-
-# Qt4 uses atomic instructions not supported in thumb mode
-ARM_INSTRUCTION_SET = "arm"