* [PATCH 0/2] Fix Qt3 Build issues
@ 2011-09-14 20:45 Saul Wold
2011-09-14 20:45 ` [PATCH 1/2] qt-x11-free-common: allow BBPATH to find qt3x11 Saul Wold
2011-09-14 20:45 ` [PATCH 2/2] qt-x11-free-native: fix where qmake gets linked Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-14 20:45 UTC (permalink / raw)
To: poky
This fixes some build issues in Qt3
The following changes since commit 45416a04123a46ce0a35c6b9286bf53f2f8ce257:
qt3: Stop TARGET_OS differences causing build failures (2011-08-15 15:33:49 +0100)
are available in the git repository at:
git://git.yoctoproject.org/meta-qt3 stage/rc2
http://git.yoctoproject.org/cgit.cgi/meta-qt3/log/?h=stage/rc2
Saul Wold (2):
qt-x11-free-common: allow BBPATH to find qt3x11
qt-x11-free-native: fix where qmake gets linked
recipes-qt3/qt3/qt-x11-free-common.inc | 2 +-
recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] qt-x11-free-common: allow BBPATH to find qt3x11
2011-09-14 20:45 [PATCH 0/2] Fix Qt3 Build issues Saul Wold
@ 2011-09-14 20:45 ` Saul Wold
2011-09-14 20:45 ` [PATCH 2/2] qt-x11-free-native: fix where qmake gets linked Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-14 20:45 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
recipes-qt3/qt3/qt-x11-free-common.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes-qt3/qt3/qt-x11-free-common.inc b/recipes-qt3/qt3/qt-x11-free-common.inc
index 9e6cc81..6aa6306 100644
--- a/recipes-qt3/qt3/qt-x11-free-common.inc
+++ b/recipes-qt3/qt3/qt-x11-free-common.inc
@@ -8,7 +8,7 @@ PR = "r1"
S = "${WORKDIR}/qt-x11-free-${PV}"
-inherit qmake_base ${COREBASE}/meta-qt3/classes/qt3x11.bbclass
+inherit qmake_base qt3x11
export QTDIR = "${S}"
STAGING_QT_DIR = "${STAGING_DIR_HOST}/qt3"
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] qt-x11-free-native: fix where qmake gets linked
2011-09-14 20:45 [PATCH 0/2] Fix Qt3 Build issues Saul Wold
2011-09-14 20:45 ` [PATCH 1/2] qt-x11-free-common: allow BBPATH to find qt3x11 Saul Wold
@ 2011-09-14 20:45 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-14 20:45 UTC (permalink / raw)
To: poky
[YOCTO #1484]
qmake was getting linked in the sysroot directory to the build area
and this was being picked up by sstate. Change how the symbolic link
is created
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index e64256f..779513e 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL | QPL"
DEPENDS = "xmu-native"
HOMEPAGE = "http://www.trolltech.com"
-PR = "r0"
+PR = "r1"
PROVIDES += "qt-x11-free-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free"
@@ -58,7 +58,7 @@ do_install() {
install -d ${D}${datadir}/qt3/
cp -PfR mkspecs ${D}${datadir}/qt3/
ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++
- ln -s ${D}${datadir}/qt3/mkspecs/ ${D}${datadir}/qmake
+ ln -sf qt3/mkspecs ${D}${datadir}/qmake
install -d ${D}${libdir}/
oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/
cd ${D}${bindir}
--
1.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-14 20:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 20:45 [PATCH 0/2] Fix Qt3 Build issues Saul Wold
2011-09-14 20:45 ` [PATCH 1/2] qt-x11-free-common: allow BBPATH to find qt3x11 Saul Wold
2011-09-14 20:45 ` [PATCH 2/2] qt-x11-free-native: fix where qmake gets linked Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.