Skip to content
Snippets Groups Projects
Commit 278aa9b0 authored by Félix Ingrand's avatar Félix Ingrand
Browse files
parents 3a170b69 2495e0b2
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
# Created: Charles Lesire on Tue, 10 Sep 2013
#
NAME= orocos-yarp_transport
VERSION= 20140327
VERSION= 20140724
DISTNAME= ${NAME}-${VERSION}
CATEGORIES= middleware
DISTFILES= 7181f3649978b3cc75d22424c47ad9c4b9d84b51.tar.gz
DISTFILES= 375bf3db524d7b8386d003fc9cfca9f9e7a35c6f.tar.gz
MASTER_SITES= https://gitorious.org/orocos-communication/yarp-transport/archive/
MASTER_REPOSITORY= git git://gitorious.org/orocos-communication/yarp-transport.git
WRKSRC= ${WRKDIR}/orocos-communication-yarp-transport
......
SHA1 (7181f3649978b3cc75d22424c47ad9c4b9d84b51.tar.gz) = 2ae0adfee0775c7d5275b445e3fedf8fadeb5fd2
RMD160 (7181f3649978b3cc75d22424c47ad9c4b9d84b51.tar.gz) = 2040d9489c11a2bffcb4f99ffea7929e882de201
Size (7181f3649978b3cc75d22424c47ad9c4b9d84b51.tar.gz) = 14647 bytes
SHA1 (375bf3db524d7b8386d003fc9cfca9f9e7a35c6f.tar.gz) = b9d737f32f84d506cb8232da3274dfaa44b3df2a
RMD160 (375bf3db524d7b8386d003fc9cfca9f9e7a35c6f.tar.gz) = b59939bf350b0f9774fe36058a577f5bfabdfb05
Size (375bf3db524d7b8386d003fc9cfca9f9e7a35c6f.tar.gz) = 14617 bytes
......@@ -83,7 +83,7 @@ endef
PKG_SUPPORTED_OPTIONS+= mightability
PKG_OPTION_DESCR.mightability= Enable mightabilities functions
define PKG_OPTION_SET.oro
define PKG_OPTION_SET.mightability
GENOM_ARGS+= -DUSE_MIGHTABILITY_MAPS
endef
......
......@@ -2,4 +2,4 @@ SHA1 (vnet-yarp-0.2.tar.gz) = 0ade67a18b108916c95dadfaa7355a97f72faefd
RMD160 (vnet-yarp-0.2.tar.gz) = 34e797c806afc5b27aeeb270fe2f2dc4e497bd95
Size (vnet-yarp-0.2.tar.gz) = 10139 bytes
SHA1 (patch-aa) = 07ecf0f7bc4644da46e9cf5543c8505dc8ed9f53
SHA1 (patch-ba) = 916b1476e47517769c59045680b5d047413b5028
SHA1 (patch-ba) = 15422cf266df548e33c73a591a5dc045059a304b
......@@ -6,7 +6,7 @@
if (current_dst != dst) {
- port.close();
- port.open(local_uri.c_str());
+ ::yarp::os::Network::disconnect(local_uri.c_str(), dst.c_str());
+ ::yarp::os::Network::disconnect(local_uri.c_str(), current_dst.c_str());
port.addOutput(dst.c_str());
current_dst = dst;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment