[poky] [PATCH 1/1] x11vnc: add big endian CFLAG for mips, to fix bug 782

Yu Ke ke.yu at intel.com
Thu Mar 3 19:50:47 PST 2011


linux mips is big endian, so need "LIBVNCSERVER_WORDS_BIGENDIAN"
flag for mips compilling.

this patch fix bug [YOCTO #782]

Signed-off-by: Yu Ke <ke.yu at intel.com>
---
 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
index f5a6662..17e9593 100644
--- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
+++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
@@ -17,3 +17,4 @@ SRC_URI[sha256sum] = "60a7cceee2c9a5f1c854340b2bae13f975ac55906237042f81f795b28a
 
 inherit autotools
 
+CFLAGS_mips += "-DLIBVNCSERVER_WORDS_BIGENDIAN"
-- 
1.7.0.4




More information about the poky mailing list