Fix linking of liboctbstack: conectivity_abstraction requires coap
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 6 May 2015 23:25:55 +0000 (16:25 -0700)
committerErich Keane <erich.keane@intel.com>
Thu, 7 May 2015 16:21:11 +0000 (16:21 +0000)
commitdc13459fc291d861edd3751a8d4af81ff20962ce
treeae16f5e25ac0e5657b805df79b978a92437183d9
parent82e5e13ca496b4eb37cbf3cdad273c285c33f217
Fix linking of liboctbstack: conectivity_abstraction requires coap

The order in which static libraries are listed matters, so
connectivity_abstraction needs to appear before coap.

This also solves the problem on iOS that caused libcoap to be moved to
later.

Change-Id: I0d4913955e3745b69672ffff13dbc5d38a438ef6
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/920
Reviewed-by: Charlie Lenahan <charlie.lenahan@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Caiwen Zhang <caiwen.zhang@intel.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/SConscript