[openrtm-commit:02741] r762 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 8月 13日 (日) 22:31:03 JST
Author: ga
Date: 2017-08-13 22:31:02 +0900 (Sun, 13 Aug 2017)
New Revision: 762
Modified:
trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl
Log:
Modified CMakeLists.txt #4154
Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl 2017-08-13 13:30:51 UTC (rev 761)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder.python/src/jp/go/aist/rtm/rtcbuilder/python/template/cmake/CMakeLists.txt.vsl 2017-08-13 13:31:02 UTC (rev 762)
@@ -30,7 +30,7 @@
set(${dol}{ARG0} ${dol}{CMAKE_SYSTEM_NAME} PARENT_SCOPE)
return()
endif()
- foreach(dist Debian Ubuntu RedHat Fedora CentOS)
+ foreach(dist Debian Ubuntu RedHat Fedora CentOS Raspbian)
execute_process(
COMMAND grep ${dol}{dist} -s /etc/issue /etc/os-release /etc/redhat-release /etc/system-release
OUTPUT_VARIABLE dist_name
@@ -45,7 +45,8 @@
function(get_pkgmgr ARG0)
get_dist(DIST_NAME)
if(${dol}{DIST_NAME} MATCHES "Debian" OR
- ${dol}{DIST_NAME} MATCHES "Ubuntu")
+ ${dol}{DIST_NAME} MATCHES "Ubuntu" OR
+ ${dol}{DIST_NAME} MATCHES "Raspbian")
set(${dol}{ARG0} "DEB" PARENT_SCOPE)
return()
endif()
More information about the openrtm-commit
mailing list