-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 10-04-13 17:57, Paul Eggleton schreef: > These changes to Qt's configuration need to be applied in distro layers, > not in meta-oe. > > (We have to preserve the PRINC value to avoid PR going backwards.) > > Signed-off-by: Paul Eggleton <[email protected]> --- > meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend | 5 ----- > meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend | 5 ----- 2 files > changed, 10 deletions(-) > > diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend > b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend index > 27cac11..d9f1c29 100644 --- > a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend +++ > b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend @@ -1,6 +1 @@ > -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}" diff > --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend > b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend index > 27cac11..d9f1c29 100644 --- > a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend +++ > b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend @@ -1,6 +1 @@ > -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}"
So with the reason given "I don't want to rebuilt QT when adding meta-oe" to remove this, this doesn't actually accomplish that. You are adding an extra rebuild with this. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFRZZBcMkyGM64RGpERAh2tAJ44aceRHVjTRLixQw36lBM6hj6FtgCgkjqY 3/srLPdum6RLgzFzCmQRs5I= =rQLL -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
