diff options
Diffstat (limited to 'recipes/qt4/qt4-embedded_4.4.3.bb')
-rw-r--r-- | recipes/qt4/qt4-embedded_4.4.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-embedded_4.4.3.bb b/recipes/qt4/qt4-embedded_4.4.3.bb index d2ec8c4346..10ca9e9e8a 100644 --- a/recipes/qt4/qt4-embedded_4.4.3.bb +++ b/recipes/qt4/qt4-embedded_4.4.3.bb @@ -11,11 +11,12 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${ file://0002-fix-resinit-declaration.patch;patch=1 \ file://0003-no-tools.patch;patch=1 \ file://0004-no-qmake.patch;patch=1 \ - file://0005-fix-mkspecs.patch;patch=1 \ file://0006-freetype-host-includes.patch;patch=1 \ file://0007-openssl-host-includes.patch;patch=1 \ file://0008-qt-lib-infix.patch;patch=1 \ file://0009-support-2bpp.patch;patch=1 \ + file://g++.conf \ + file://linux.conf \ " S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}" |