Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm
@ 2011-06-23  7:47 Xiaofeng Yan
  2011-06-23  7:48 ` [PATCH 1/1] " Xiaofeng Yan
  2011-06-25 19:27 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-06-23  7:47 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

A compilation error arose when compiling qt3 for qemuarm. I fix this problem. Please check patch for 
detailed information.

Pull URL: git://git.pokylinux.org/meta-qt3.git
  Branch: xiaofeng/meta-qt3
  Browse: http://git.pokylinux.org/cgit.cgi/meta-qt3/log/?h=xiaofeng/meta-qt3

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  meta-qt3: Resolve the compilation error when building an lsb image
    for qemuarm

 recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm
  2011-06-23  7:47 [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm Xiaofeng Yan
@ 2011-06-23  7:48 ` Xiaofeng Yan
  2011-06-25 19:27 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-06-23  7:48 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

The difference for the variable TARGET_OS and BUILD_OS caused compilation error.
I submit this patch to fix this problem.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 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 e068b27..e64256f 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
@@ -57,7 +57,7 @@ do_install() {
  
     install -d ${D}${datadir}/qt3/
     cp -PfR mkspecs ${D}${datadir}/qt3/
-    ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${BUILD_OS}-oe-g++
+    ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++
     ln -s ${D}${datadir}/qt3/mkspecs/ ${D}${datadir}/qmake
     install -d ${D}${libdir}/
     oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm
  2011-06-23  7:47 [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm Xiaofeng Yan
  2011-06-23  7:48 ` [PATCH 1/1] " Xiaofeng Yan
@ 2011-06-25 19:27 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-25 19:27 UTC (permalink / raw)
  To: openembedded-core

On 06/23/2011 12:47 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> A compilation error arose when compiling qt3 for qemuarm. I fix this problem. Please check patch for
> detailed information.
>
> Pull URL: git://git.pokylinux.org/meta-qt3.git
>    Branch: xiaofeng/meta-qt3
>    Browse: http://git.pokylinux.org/cgit.cgi/meta-qt3/log/?h=xiaofeng/meta-qt3
>
> Thanks,
>      Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (1):
>    meta-qt3: Resolve the compilation error when building an lsb image
>      for qemuarm
>
>   recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into the meta-qt3 Master

Thanks

	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-25 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23  7:47 [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm Xiaofeng Yan
2011-06-23  7:48 ` [PATCH 1/1] " Xiaofeng Yan
2011-06-25 19:27 ` [PATCH 0/1] " Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox