From fe9b0f608b8188075a9ab7a651663346a997be51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr> Date: Fri, 6 Feb 2015 19:13:33 +0100 Subject: [PATCH] [wip/hatponboard-lib] Fix compilation issue --- hatponboard-lib/Makefile | 2 +- hatponboard-lib/distinfo | 1 + hatponboard-lib/patches/patch-aa | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 hatponboard-lib/patches/patch-aa diff --git a/hatponboard-lib/Makefile b/hatponboard-lib/Makefile index 65875c95..26407c5d 100644 --- a/hatponboard-lib/Makefile +++ b/hatponboard-lib/Makefile @@ -4,7 +4,7 @@ DISTNAME= hatponboard-lib-${VERSION} VERSION= 3.1.0 -PKGREVISION= +PKGREVISION= 1 CATEGORIES= planning MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatponboard-lib/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/hatponboard-lib diff --git a/hatponboard-lib/distinfo b/hatponboard-lib/distinfo index 3fb7e363..93d33ad4 100644 --- a/hatponboard-lib/distinfo +++ b/hatponboard-lib/distinfo @@ -1,3 +1,4 @@ SHA1 (hatponboard-lib-3.1.0.tar.gz) = 16805d9980e7c21c244a4142aac437fcb329ea21 RMD160 (hatponboard-lib-3.1.0.tar.gz) = f29807ab337b8f509de8061c62e544312cf615de Size (hatponboard-lib-3.1.0.tar.gz) = 147366 bytes +SHA1 (patch-aa) = 00ac9f9f925e7501d233c9f4ac2753a1417cbcc7 diff --git a/hatponboard-lib/patches/patch-aa b/hatponboard-lib/patches/patch-aa new file mode 100644 index 00000000..c5dd450a --- /dev/null +++ b/hatponboard-lib/patches/patch-aa @@ -0,0 +1,23 @@ +diff --git plan/TaskListNode.hh plan/TaskListNode.hh +index 8b8c91f..271b74b 100644 +--- plan/TaskListNode.hh ++++ plan/TaskListNode.hh +@@ -32,7 +32,6 @@ public: + static unsigned long int count; + explicit TaskListNode(TaskInstance const& argT); + explicit TaskListNode(TaskInstance const& argT, unsigned long int sendID); +- explicit TaskListNode(TaskListNode const& TLn); + explicit TaskListNode(TaskListNode const& TLn, bool reviseID); + explicit TaskListNode(PlanTreeTaskListNode const& PTTLn); + TaskListNode* makeCopy() const; +@@ -103,10 +102,6 @@ inline TaskListNode::TaskListNode(TaskListNode const& TLn, bool reviseID) + } + } + +-inline TaskListNode::TaskListNode(TaskListNode const& TLn): +- TaskListNode(TLn, false) +-{} +- + /** + * set count to START_COUNT_ID + */ -- GitLab