diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-10 12:38:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:18 +0100 |
commit | 8cb51a508cf99fe6b6a93a26cf7eb107875b0dbc (patch) | |
tree | 3d7a7f2aea8b8bfba94aa204d2f1d7b7e962cd6c /meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb | |
parent | fb2dfe7ac8e70d2969ebe14995900217e54716f6 (diff) | |
download | poky-8cb51a508cf99fe6b6a93a26cf7eb107875b0dbc.tar.gz |
qt4: replace qt4-tools-native with qt4-native
Installs native versions of the Qt libraries in addition to the tools,
allowing compilation of external native tools that require Qt libs.
PROVIDES qt4-tools-native so it should be a drop-in replacement.
Developed with reference to the corresponding qt4-native changes in OE.
(From OE-Core rev: a6fd9b8104e8d3cbfce0376811aeeef746ad6889)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb b/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb deleted file mode 100644 index 8d292af3b5..0000000000 --- a/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require qt4-tools-native.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | |||
5 | # Find the g++.conf/linux.conf in the right directory. | ||
6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" | ||
7 | |||
8 | EXTRA_OECONF += " -no-fast -silent -no-rpath" | ||
9 | |||
10 | TOBUILD := "src/tools/bootstrap ${TOBUILD}" | ||
11 | |||
12 | SRC_URI[md5sum] = "49b96eefb1224cc529af6fe5608654fe" | ||
13 | SRC_URI[sha256sum] = "d02b6fd69d089c01f4a787aa18175d074ccaecf8980a5956e328c2991905937e" | ||