aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-11-20 16:43:58 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-22 09:48:36 +0100
commitd08ee5a51d4e89ae587d170f8b99062689841428 (patch)
treefee2b1a393442a635af1e5b844cf725da7d60341
parentbb3d744481c148ef570d9dfe0eb5f6821d02318b (diff)
downloadmeta-openembedded-d08ee5a51d4e89ae587d170f8b99062689841428.tar.gz
qt4-embedded: drop bbappend for 4.8.1
* 4.8.1 was removed in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
deleted file mode 100644
index 27cac1105e..0000000000
--- a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-DEPENDS += "mysql5 postgresql sqlite"
-QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
-QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
- -I${STAGING_INCDIR}/postgresql"
-
-PRINC := "${@int(PRINC) + 1}"