On Wed, Feb 17, 2010 at 08:59:30AM +0000, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: fba63ed00f92f939529bd1fd1f47a8d715f8bea8 > URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fba63ed00f92f939529bd1fd1f47a8d715f8bea8 > > Author: Koen Kooi <[email protected]> > Date: Tue Feb 16 10:47:02 2010 +0100 > > qt4: add 4.6.2 > > * fix 4.6.1 references in 4.6.0 files as well > * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
No idea if that's new issue with 4.6.2 or because of my chroot, but now it cannot find any headers from staging. I found that now there is LFLAGS (not LDFLAGS) set with libdir and patched configure to use that too somehow, maybe it was needed before -I -L parameters added to configure script itself? Attached patch works for me.. but if it's right way, then it should be integrated to .inc files instead. Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa
>From d86a53dc732810f3a0ed93664cb1bad03177bdb4 Mon Sep 17 00:00:00 2001 From: Martin Jansa <[email protected]> Date: Wed, 17 Feb 2010 11:39:34 +0100 Subject: [PATCH] qt4-tools-native: use -I and -L to specify staging directories --- recipes/qt4/qt4-tools-native_4.6.2.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes/qt4/qt4-tools-native_4.6.2.bb b/recipes/qt4/qt4-tools-native_4.6.2.bb index d9ab033..c40738b 100644 --- a/recipes/qt4/qt4-tools-native_4.6.2.bb +++ b/recipes/qt4/qt4-tools-native_4.6.2.bb @@ -13,6 +13,8 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}. S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" EXTRA_OECONF = "-prefix ${prefix} \ + -L ${STAGING_LIBDIR_NATIVE} \ + -I ${STAGING_INCDIR_NATIVE} \ -qt-libjpeg -qt-gif -system-zlib \ -no-libjpeg -no-libpng \ -no-accessibility \ -- 1.7.0
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
