Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] connman: tist of connman do not support powerpc64
@ 2013-04-26  8:07 Chunrong Guo
  2013-04-26  9:33 ` Jack Mitchell
  0 siblings, 1 reply; 7+ messages in thread
From: Chunrong Guo @ 2013-04-26  8:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chunrong Guo, B19537

    connman build for powerpc 64bit boards were producing errors like this:
    | make[1]: *** [plugins/plugins_tist_la-tist.lo] Error 1
    | make[1]: *** Waiting for unfinished jobs....
    | make: *** [all] Error 2
    | ERROR: oe_runmake failed

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 meta/recipes-connectivity/connman/connman.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 589ece8..5389f3a 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,10 +20,11 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
             "
 
-INC_PR = "r19"
+INC_PR = "r20"
 
 TIST = "--enable-tist"
 TIST_powerpc = ""
+TIST_powerpc64 = ""
 
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
-- 
1.7.5.4





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

end of thread, other threads:[~2013-04-26 10:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26  8:07 [PATCH] connman: tist of connman do not support powerpc64 Chunrong Guo
2013-04-26  9:33 ` Jack Mitchell
2013-04-26  9:36   ` Burton, Ross
2013-04-26  9:46     ` Koen Kooi
2013-04-26 10:06       ` Burton, Ross
2013-04-26 10:19         ` Martin Jansa
2013-04-26 10:21   ` Koen Kooi

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