[oe-commits] Otavio Salvador : qt4-tools-sdk: use host include headers for dbus

git version control git at git.openembedded.org
Sat Feb 19 13:00:50 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: db688aaa480d705e07b7a8d3915bfd944f9643e8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db688aaa480d705e07b7a8d3915bfd944f9643e8

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Feb 19 01:43:24 2011 +0000

qt4-tools-sdk: use host include headers for dbus

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Acked-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/qt4/qt4-tools-sdk.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc
index ad896e4..bd70046 100644
--- a/recipes/qt4/qt4-tools-sdk.inc
+++ b/recipes/qt4/qt4-tools-sdk.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com"
 PRIORITY = "optional"
 LICENSE = "LGPLv2.1 GPLv3"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 FILESPATHPKG =. "qt-${PV}:"
 inherit sdk
@@ -32,9 +32,9 @@ EXTRA_OECONF = "-prefix ${prefix} \
                 -verbose -release -fast -static \
                 -embedded -no-freetype -no-glib -no-iconv \
                 -qt3support \
-                -I${STAGING_DIR_NATIVE}/usr/include \
-                -I${STAGING_DIR_NATIVE}/usr/include/dbus-1.0 \
-                -I${STAGING_DIR_NATIVE}/usr/lib/dbus-1.0/include"
+                -I${STAGING_DIR}/${HOST_SYS}${target_includedir} \
+                -I${STAGING_DIR}/${HOST_SYS}${target_includedir}/dbus-1.0 \
+                -I${STAGING_DIR}/${HOST_SYS}${target_libdir}/dbus-1.0/include"
 
 # yank default -e, otherwise we get the following error:
 # moc_qbuffer.cpp: No such file or directory





More information about the Openembedded-commits mailing list