qt5-native: Allow override of qt.conf path

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2012-11-19 17:27:34 -02:00
parent bb72ea51a1
commit ead13659ca
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ inherit native
QT_MODULE = "qtbase"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
SRC_URI += " \
file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \
"
EXTRA_OECONF = " \
-prefix ${prefix} \
-L ${STAGING_LIBDIR_NATIVE} \