From 5e54dddde113a46f997a87b3cb3611f2f9432f03 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 13 Jul 2018 15:59:44 +0200 Subject: [PATCH] [wip/sot-core-v3] Fix PKG_REVISION to PKGREVISION --- sot-core-v3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sot-core-v3/Makefile b/sot-core-v3/Makefile index a7e9608a..70233123 100644 --- a/sot-core-v3/Makefile +++ b/sot-core-v3/Makefile @@ -5,7 +5,7 @@ PKGNAME= sot-core-v3-${VERSION} DISTNAME= sot-core-v3-${VERSION} VERSION= 3.1.9 -PKG_REVISION =1 +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=sot-core-v3/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/stack-of-tasks/sot-core CHECKOUT_VCS_OPTS= --recursive -- GitLab