diff options
Diffstat (limited to 'recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb')
-rwxr-xr-x | recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb index af528ff66..e4dc84408 100755 --- a/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb +++ b/recipes-demo-hmi/libnaviapi-agl/libnaviapi-agl_git.bb @@ -14,3 +14,5 @@ SRC_URI = "git://github.com/AGLExport/agl-service-navigation;protocol=git;branch SRCREV = "1f1ffc92fcc882aa5e885badbc91a3384f5d77b1" S = "${WORKDIR}/git" +# FIXME: Remove once CMake+ninja issues are resolved +OECMAKE_GENERATOR = "Unix Makefiles" |