Skip to content
Snippets Groups Projects
Commit bc60e9c6 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[robots/sot-application] Fix depend.mk

Remove wrong sot-romeo references.
parent 07e0927e
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,12 @@ ifeq (+,$(SOT_APPLICATION_DEPEND_MK)) # ----------------------------------------
PREFER.sot-application?= robotpkg
SYSTEM_SEARCH.sot-application=\
'lib/pkgconfig/sot-romeo.pc:/Version/s/[^0-9.]//gp'
'lib/pkgconfig/sot-application.pc:/Version/s/[^0-9.]//gp'
DEPEND_USE+= sot-application
DEPEND_ABI.sot-romeo?= sot-application>=1.0.0
DEPEND_DIR.sot-romeo?= ../../robots/sot-application
DEPEND_ABI.sot-application?= sot-application>=1.0.0
DEPEND_DIR.sot-application?= ../../wip/sot-application
endif # SOT_ROMEO_DEPEND_MK -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment