Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
25fd6d96
Commit
25fd6d96
authored
Dec 21, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exit from compile and install before oe_runmake inherited from elphel-dev
parent
4cac0482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
elphel-ros2-interfaces_git.bb
recipes-ros2/elphel-interfaces/elphel-ros2-interfaces_git.bb
+11
-1
No files found.
recipes-ros2/elphel-interfaces/elphel-ros2-interfaces_git.bb
View file @
25fd6d96
...
...
@@ -28,9 +28,19 @@ DEPENDS = " \
VPATH = "${TOPDIR}/../../rootfs-elphel/ros2-interfaces"
inherit ament pythonpath-insane
do_install_append(){
exit 0
}
inherit elphel-dev
inherit ament pythonpath-insane
do_compile_prepend(){
cmake_do_compile
exit 0
}
#S = "${WORKDIR}/git"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment