diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-18 14:39:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:40:36 +0100 |
commit | 282b96763f61de2b78ed31faf1aab500ffbdd4ed (patch) | |
tree | 51d63e94eca2d66df6e838ebc468f7b9d4374800 | |
parent | bc386f67b37f68d06f9ba7007013b23498942e6b (diff) | |
download | poky-282b96763f61de2b78ed31faf1aab500ffbdd4ed.tar.gz |
qt4-tools-native: Fix the patch location
(From OE-Core rev: f9e51f78dbc5e600003cc563904a308df0d9bd7b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb | 4 |
1 files changed, 2 insertions, 2 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 index deb4231d8a..8d292af3b5 100644 --- a/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb +++ b/meta/recipes-qt/qt4/qt4-tools-native_4.7.3.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | require qt4-tools-native.inc | 1 | require qt4-tools-native.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.1" |
4 | 4 | ||
5 | # Find the g++.conf/linux.conf in the right directory. | 5 | # Find the g++.conf/linux.conf in the right directory. |
6 | FILESPATHPKG =. "qt-${PV}:" | 6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" |
7 | 7 | ||
8 | EXTRA_OECONF += " -no-fast -silent -no-rpath" | 8 | EXTRA_OECONF += " -no-fast -silent -no-rpath" |
9 | 9 | ||