DRAFT {dashing} Add fmi-adapter-0.1.5.inc (copy from fmi-adapter-0.1.3.inc)

This commit is contained in:
Herb Kuta 2019-06-04 22:09:47 -07:00
parent 2510ef4918
commit edcf87fd09
1 changed files with 10 additions and 0 deletions

View File

@ -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"