From 5290f4525d1da5b9153093f2af780bee24368773 Mon Sep 17 00:00:00 2001
From: Olivier Stasse <ostasse@laas.fr>
Date: Fri, 8 Feb 2019 08:30:49 +0100
Subject: [PATCH] [wip/sot-core-v3] Force PKGREVISION to 1 to fix binary
 dependency.

Right now the binary package depends on a previous version of fcl.
---
 sot-core-v3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sot-core-v3/Makefile b/sot-core-v3/Makefile
index ba46b023..cf281b39 100644
--- a/sot-core-v3/Makefile
+++ b/sot-core-v3/Makefile
@@ -8,6 +8,7 @@ VERSION=		3.4.0
 
 DISTNAME=		${NAME}-${VERSION}
 PKGNAME=		${NAME}-v3-${VERSION}
+PKGREVISION=		1
 
 MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=${NAME}/}
 MASTER_REPOSITORY=	${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git
-- 
GitLab