DRAFT {dashing} Add fmi-adapter-0.1.5.inc (copy from fmi-adapter-0.1.3.inc)
This commit is contained in:
parent
2510ef4918
commit
edcf87fd09
|
@ -0,0 +1,10 @@
|
|||
# Copyright (c) 2019 LG Electronics, Inc.
|
||||
|
||||
# build external project first (It seems that dependency logic is weird.)
|
||||
cmake_do_compile_prepend() {
|
||||
cmake_runcmake_build --target FMILibraryProject
|
||||
}
|
||||
|
||||
# Don't test the external project because of we are in cross-compiling
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/fmi-adapter:"
|
||||
SRC_URI += " file://0001-Don-t-test-external-project.patch"
|
Loading…
Reference in New Issue