Skip to content
Snippets Groups Projects
Commit d26426c2 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/hrp2-computer-monitor] Fix PLIST and MASTER_SITES

* Add missing entries to PLIST
* Fix MASTER_SITES
* While here, drop unused variables
parent 82a5e7ab
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,10 @@
# Created: Olivier Stasse on Wed, 17 Jun 2015
#
VERSION= 1.0.1
ROS_PKG= hrp2-computer-monitor
ROS_VERSION= ${VERSION}
DISTNAME= hrp2-computer-monitor-${VERSION}
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_JRL}ros/${ROS_PKG}/
MASTER_REPOSITORY= ${MASTER_REPOSITORY_JRL}robots/ros-hrp2/hrp2-computer-monitor
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_JRL}ros/${PKGBASE}/
MASTER_REPOSITORY= ${MASTER_REPOSITORY_JRL}robots/ros-hrp2/${PKGBASE}
MAINTAINER= gepetto@laas.fr
COMMENT= Hrp2 ros monitoring package
......
@comment Tue May 31 15:04:00 CEST 2016
include/hrp2/computer/monitor/config.h
include/hrp2/computer/monitor/config.hh
include/hrp2/computer/monitor/deprecated.hh
include/hrp2/computer/monitor/warning.hh
lib/pkgconfig/hrp2_computer_monitor.pc
share/hrp2_computer_monitor/package.xml
share/hrp2_computer_monitor/scripts/cpu_monitor.py
share/hrp2_computer_monitor/scripts/hd_monitor.py
......
......@@ -9,7 +9,7 @@ ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hrp2-computer-monitor
endif
ifeq (+,$(HRP2_COMPUTER_MONITOR_DEPEND_MK)) # -------------------------------------------
ifeq (+,$(HRP2_COMPUTER_MONITOR_DEPEND_MK)) # ------------------------------
PREFER.hrp2-computer-monitor?= robotpkg
......@@ -17,11 +17,10 @@ SYSTEM_SEARCH.hrp2-computer-monitor=\
'lib/pkgconfig/hrp2_computer_monitor.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= hrp2-computer-monitor
ROS_DEPEND_USER+= ros-hrp2-computer-monitor
DEPEND_ABI.hrp2-computer-monitor?= hrp2-computer-monitor>=1.0.0
DEPEND_DIR.hrp2-computer-monitor?= ../../wip/hrp2-computer-monitor
endif # HRP2_COMPUTER_MONITOR_DEPEND_MK -------------------------------------------------
endif # HRP2_COMPUTER_MONITOR_DEPEND_MK ------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
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