diff options
Diffstat (limited to 'meta/recipes-qt')
-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 deb4231d8..8d292af3b 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 @@ require qt4-tools-native.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" # Find the g++.conf/linux.conf in the right directory. -FILESPATHPKG =. "qt-${PV}:" +FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" EXTRA_OECONF += " -no-fast -silent -no-rpath" |