meta-ros/recipes-ros/ros-comm/xmlrpcpp_1.11.21.bb

13 lines
457 B
BlitzBasic
Raw Permalink Normal View History

DESCRIPTION = "XmlRpc++ is a C++ implementation of the XML-RPC protocol. This version is heavily \
modified from the package available on SourceForge in order to support roscpp's threading model. \
As such, we are maintaining our own fork."
2013-02-08 20:35:33 +08:00
SECTION = "devel"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=184dd1523b9a109aead3fbbe0b4262e0"
2013-02-08 20:35:33 +08:00
DEPENDS = "cpp-common"
2013-02-08 20:35:33 +08:00
require ros-comm.inc
2013-02-08 20:35:33 +08:00
ROS_PKG_SUBDIR = "utilities"