connectivity: Add linked libs and sort dependencies
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 28 Feb 2017 13:20:17 +0000 (14:20 +0100)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Mon, 13 Mar 2017 21:12:47 +0000 (21:12 +0000)
commit7f36e23503061abd34ce17cd98f103aa328dc1b4
tree7f6d5d15fac85b2d8cfabf4a13408e6a82044c70
parent730605a0d6cf42624bc95d7d00611f826c088fa5
connectivity: Add linked libs and sort dependencies

csdk: Link to oc as used

Observed issue is when building with yocto (master):
  libresource_directory.so: \
  undefined reference to \
  `OC::MessageContainer::representations() const

Note, Targets supporting RD are aligned to:
resource/csdk/resource-directory/SConscript
( https://gerrit.iotivity.org/gerrit/14059 )
And it would worth to extent platform support in later patches.

Bug: https://jira.iotivity.org/browse/IOT-1745
Change-Id: I930bc6bcbbf052eddb679ffea9eb822300000001
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17655
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/csdk/connectivity/test/SConscript