Commit 25fd6d96 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

exit from compile and install before oe_runmake inherited from elphel-dev

parent 4cac0482
...@@ -28,9 +28,19 @@ DEPENDS = " \ ...@@ -28,9 +28,19 @@ DEPENDS = " \
VPATH = "${TOPDIR}/../../rootfs-elphel/ros2-interfaces" VPATH = "${TOPDIR}/../../rootfs-elphel/ros2-interfaces"
inherit ament pythonpath-insane
do_install_append(){
exit 0
}
inherit elphel-dev inherit elphel-dev
inherit ament pythonpath-insane do_compile_prepend(){
cmake_do_compile
exit 0
}
#S = "${WORKDIR}/git" #S = "${WORKDIR}/git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment