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
82adcfcf
Commit
82adcfcf
authored
6 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[wip/pal-hardware-interfaces] Fix pkgname and dependencies.
parent
c249d6f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pal-hardware-interfaces/Makefile
+1
-0
1 addition, 0 deletions
pal-hardware-interfaces/Makefile
pal-hardware-interfaces/depend.mk
+16
-16
16 additions, 16 deletions
pal-hardware-interfaces/depend.mk
with
17 additions
and
16 deletions
pal-hardware-interfaces/Makefile
+
1
−
0
View file @
82adcfcf
...
...
@@ -5,6 +5,7 @@
VERSION
=
0.0.3
PKGBASE
=
pal-hardware-interfaces
DISTNAME
=
${
VERSION
}
PKGNAME
=
${
PKGBASE
}
-
${
VERSION
}
ROSNAME
=
$(
subst -,_,
${
PKGBASE
})
WRKSRC
=
${
WRKDIR
}
/
${
ROSNAME
}
-
${
VERSION
}
...
...
This diff is collapsed.
Click to expand it.
pal-hardware-interfaces/depend.mk
+
16
−
16
View file @
82adcfcf
# robotpkg depend.mk for: wip/
talos-
pal-hardware-interfaces
# robotpkg depend.mk for: wip/pal-hardware-interfaces
# Created: Olivier Stasse on Thu, 30 Mar 2017
#
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
TALOS_
PAL_HWIFACES_DEPEND_MK
:=
${
TALOS_
PAL_HWIFACES_DEPEND_MK
}
+
PAL_HWIFACES_DEPEND_MK
:=
${
PAL_HWIFACES_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
talos-
pal-hardware-interfaces
DEPEND_PKG
+=
pal-hardware-interfaces
endif
ifeq
(+,$(
TALOS_
PAL_HWIFACES_DEPEND_MK))
# ---------------------------------
ifeq
(+,$(PAL_HWIFACES_DEPEND_MK))
# ---------------------------------
PREFER.
talos-
pal-hardware-interfaces
?=
robotpkg
PREFER.pal-hardware-interfaces
?=
robotpkg
DEPEND_USE
+=
talos-
pal-hardware-interfaces
DEPEND_USE
+=
pal-hardware-interfaces
DEPEND_ABI.
talos-
pal-hardware-interfaces
?=
\
talos-
pal-hardware-interfaces>
=
0.0.
2
DEPEND_DIR.
talos-
pal-hardware-interfaces
?=
\
../../wip/
talos-
pal-hardware-interfaces
DEPEND_ABI.pal-hardware-interfaces
?=
\
pal-hardware-interfaces>
=
0.0.
3
DEPEND_DIR.pal-hardware-interfaces
?=
\
../../wip/pal-hardware-interfaces
SYSTEM_SEARCH.
talos-
pal-hardware-interfaces
=
\
'include/
talos_
pal_hardware_interfaces/actuator_temperature_interface.h'
\
'share/
talos_
pal_hardware_interfaces/cmake/
talos_
pal_hardware_interfacesConfig.cmake'
\
'share/
talos_
pal_hardware_interfaces/package.xml:/<version>/s/[^0-9.]//gp'
\
'lib/pkgconfig/
talos_
pal_hardware_interfaces.pc:/Version/s/[^0-9.]//gp'
SYSTEM_SEARCH.pal-hardware-interfaces
=
\
'include/pal_hardware_interfaces/actuator_temperature_interface.h'
\
'share/pal_hardware_interfaces/cmake/pal_hardware_interfacesConfig.cmake'
\
'share/pal_hardware_interfaces/package.xml:/<version>/s/[^0-9.]//gp'
\
'lib/pkgconfig/pal_hardware_interfaces.pc:/Version/s/[^0-9.]//gp'
endif
#
TALOS_
PAL_HWIFACES_DEPEND_MK ---------------------------------------
endif
# PAL_HWIFACES_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