[OE-core] [PATCH 0/1] qt3: Solve the failure to compile qt3 on platform arm

Xiaofeng Yan xiaofeng.yan at windriver.com
Tue Aug 9 08:50:31 UTC 2011


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

Hi Saul,

The variable "TARGET_OS" has different value when building qt-x11-free-native and qt-x11-free. 
The different cause failure to compile qt3. 

$ bitbake qt-x11-free-native -e | grep ^TARGET_OS 
TARGET_OS="linux" 
$ bitbake qt-x11-free -e | grep ^TARGET_OS 
TARGET_OS="linux-gnueabi" 

Use "TARGETOS = linux${LIBCEXTENSION}${ABIEXTENSION}" in place of TARGET_OS for solving this bug. 

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

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


Xiaofeng Yan (1):
  qt3: Solve the failure to compile qt3 on platform arm

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





More information about the Openembedded-core mailing list