Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
1c0efbce
Commit
1c0efbce
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/ros-universal-robot] fix PKGNAME
parent
2efa06c5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ros-universal-robot/Makefile
+4
-4
4 additions, 4 deletions
ros-universal-robot/Makefile
ros-universal-robot/depend.mk
+7
-7
7 additions, 7 deletions
ros-universal-robot/depend.mk
with
11 additions
and
11 deletions
ros-universal-robot/Makefile
+
4
−
4
View file @
1c0efbce
...
...
@@ -3,14 +3,14 @@
#
ROS_PKG
=
universal_robot
ROS_METAPKG
=
yes
ROS_VERSION
=
1.2.1
ROS_METAPKG
=
yes
ROS_VERSION
=
1.2.1
ROS_REPO
=
ros-industrial
PKGNAME
=
$(
subst _,-,
${
ROS_PKG
})
-
${
ROS_VERSION
}
PKGNAME
=
ros-
$(
subst _,-,
${
ROS_PKG
})
-
${
ROS_VERSION
}
CATEGORIES
=
wip
ROS_COMMENT
=
ROS-Industrial Universal Robot meta-package
ROS_COMMENT
=
ROS-Industrial Universal Robot meta-package
include
../../meta-pkgs/ros-base/Makefile.common
...
...
This diff is collapsed.
Click to expand it.
ros-universal-robot/depend.mk
+
7
−
7
View file @
1c0efbce
...
...
@@ -3,20 +3,20 @@
#
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
UNIVERSAL_ROBOT_DEPEND_MK
:=
${
UNIVERSAL_ROBOT_DEPEND_MK
}
+
ROS_
UNIVERSAL_ROBOT_DEPEND_MK
:=
${
ROS_
UNIVERSAL_ROBOT_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
ros-universal-robot
endif
ifeq
(+,$(UNIVERSAL_ROBOT_DEPEND_MK))
# --------------------------------------
ifeq
(+,$(
ROS_
UNIVERSAL_ROBOT_DEPEND_MK))
# --------------------------------------
include
../../meta-pkgs/ros-base/depend.common
PREFER.ros-universal-robot
?=
${
PREFER.ros-base
}
SYSTEM_PREFIX.ros-
class-loader
?=
${
SYSTEM_PREFIX.ros-base
}
PREFER.ros-universal-robot
?=
${
PREFER.ros-base
}
SYSTEM_PREFIX.ros-
universal-robot
?=
${
SYSTEM_PREFIX.ros-base
}
DEPEND_USE
+=
ros-universal-robot
ROS_DEPEND_USE
+=
ros-universal-robot
DEPEND_USE
+=
ros-universal-robot
ROS_DEPEND_USE
+=
ros-universal-robot
DEPEND_ABI.ros-universal-robot
?=
ros-universal-robot>
=
1.2.1
DEPEND_DIR.ros-universal-robot
?=
../../wip/ros-universal-robot
...
...
@@ -24,6 +24,6 @@ DEPEND_DIR.ros-universal-robot?= ../../wip/ros-universal-robot
SYSTEM_SEARCH.ros-universal-robot
=
\
'share/universal_robot/package.xml:<version>/s/[^0-9.]//gp'
endif
# UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
endif
#
ROS_
UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
DEPEND_DEPTH
:=
${
DEPEND_DEPTH:+
=
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment