From da12938c42ece0ff5ee4f223e02ba3aa5cca925b Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Tue, 21 May 2013 18:52:18 +0200 Subject: [PATCH] [wip/genom3-ros] Update to 1.4 Changes since 1.3: - Fix build dependencies between lib$comp-c-client and $comp plugin - Fix CXXFLAGS for -pthread handling - Fix missing prototypes robotpkg: - Pass --with-boost for boost location --- genom3-ros/Makefile | 4 +++- genom3-ros/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/genom3-ros/Makefile b/genom3-ros/Makefile index 825919b0..c7d3402d 100644 --- a/genom3-ros/Makefile +++ b/genom3-ros/Makefile @@ -2,7 +2,7 @@ # Created: Anthony Mallet on Fri, 19 Oct 2012 # -DISTNAME= genom3-ros-1.3 +DISTNAME= genom3-ros-1.4 CATEGORIES= architecture MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-ros/} MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genom3-ros @@ -14,6 +14,8 @@ COMMENT= GenoM3 template for ros-based components LICENSE= 2-clause-bsd GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-boost=${PREFIX.boost-headers} + NOT_FOR_PLATFORM= # empty include ../../wip/genom3/depend.mk diff --git a/genom3-ros/distinfo b/genom3-ros/distinfo index ef4e723e..32ea986e 100644 --- a/genom3-ros/distinfo +++ b/genom3-ros/distinfo @@ -1,3 +1,3 @@ -SHA1 (genom3-ros-1.3.tar.gz) = 398af85bf0b479851625db1ff3a8baeee4062b82 -RMD160 (genom3-ros-1.3.tar.gz) = 200f6e1496f705ed952b4308d1ce1bea28714081 -Size (genom3-ros-1.3.tar.gz) = 380050 bytes +SHA1 (genom3-ros-1.4.tar.gz) = 4750cfd6038ea8b4099dc681dcda04c5c1576781 +RMD160 (genom3-ros-1.4.tar.gz) = 6c57c8d480238a43bc655599fe1e6273b726998f +Size (genom3-ros-1.4.tar.gz) = 380071 bytes -- GitLab