Skip to content
Snippets Groups Projects
Commit 74281231 authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[wip/hatptester] Move to version 1.5.0

Fix a linker error (remove the needed patch)
Improve link with hatponboard
parent 7eef69f8
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
#
DISTNAME= hatptester-${VERSION}
VERSION= 1.4.1
PKGREVISION= 1
VERSION= 1.5.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatptester/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/hatptester
......
......@@ -14,7 +14,7 @@ PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatptester
DEPEND_ABI.hatptester?= hatptester>=1.4.1
DEPEND_ABI.hatptester?= hatptester>=1.5.0
DEPEND_DIR.hatptester?= ../../wip/hatptester
SYSTEM_SEARCH.hatptester=\
......
SHA1 (hatptester-1.4.1.tar.gz) = 7a6533fed88358ece49bc841ab8bcd3a064c5cdf
RMD160 (hatptester-1.4.1.tar.gz) = 493b5f4301b188aa8a9b4d4e38e3e287a33ef05c
Size (hatptester-1.4.1.tar.gz) = 19698 bytes
SHA1 (patch-aa) = 20be8bb6cef5500bfbe9928ec02e7984c4d24c14
SHA1 (hatptester-1.5.0.tar.gz) = 493693eaa10b25751887d5b59db6a07535a8ace1
RMD160 (hatptester-1.5.0.tar.gz) = 921f9beb4eb00879b90cf409dedd4300eab26a0d
Size (hatptester-1.5.0.tar.gz) = 20947 bytes
From c4ce62ce08fcabc00e6e89e3e503db5fbca2241b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr>
Date: Fri, 23 May 2014 18:16:16 +0200
Subject: [PATCH] [CMake] Fix linker issue
With the new version of Boost the System library is no longer
automatically linked, fix this issue.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git CMakeLists.txt CMakeLists.txt
index c32c382..6f49a83 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -14,7 +14,7 @@ set(APP_ASSOCIATED_TAG "v${APP_VERSION}") #Tag associated to the software versio
find_package(msgconnector REQUIRED msgconnector)
find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui)
-find_package(Boost REQUIRED thread regex signals program_options)
+find_package(Boost REQUIRED thread regex signals program_options system)
find_package(Threads)
if(msgconnector_FOUND)
--
1.7.9.5
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