diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-23 16:48:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-23 16:49:53 +0100 |
commit | c8df97b1499d31b0f18ccde0d25ef16f98ed348c (patch) | |
tree | a29ab398a29d0cde74b2805f181f0d1e40983f8a /recipes/qt4/qt-4.6.2.inc | |
parent | 5b6b153cde47a412c12b65328a3308b8a43c47d3 (diff) |
qt4: sync package between -native, -sdk and target packages
* also sed out path to ${WORKDIR} in target package
Diffstat (limited to 'recipes/qt4/qt-4.6.2.inc')
-rw-r--r-- | recipes/qt4/qt-4.6.2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.6.2.inc b/recipes/qt4/qt-4.6.2.inc index 94777e5d04..89242bbaee 100644 --- a/recipes/qt4/qt-4.6.2.inc +++ b/recipes/qt4/qt-4.6.2.inc @@ -11,6 +11,7 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}. file://0009-support-2bpp.patch;patch=1 \ file://0010-no-simpledecoration-example.patch;patch=1 \ file://fix-config-tests.patch;patch=1 \ + file://qt-config.patch;patch=1 \ file://g++.conf \ file://linux.conf \ " |