[eclipse-yocto] [PATCH] org.yocto.cmake.core : fix missing cmake project template in maven build

Tim Orling timothy.t.orling at linux.intel.com
Mon Dec 17 08:38:24 PST 2018


Merged. Thank you.

> On Dec 11, 2018, at 10:37 PM, chee.yang.lee at intel.com wrote:
> 
> From: Lee Chee Yang <chee.yang.lee at intel.com>
> 
> the problem only observed when using the plugin build with maven.
> running from workspace will not see the issue.
> 
> Signed-off-by: Lee Chee Yang <chee.yang.lee at intel.com>
> ---
> plugins/org.yocto.cmake.core/build.properties | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/plugins/org.yocto.cmake.core/build.properties b/plugins/org.yocto.cmake.core/build.properties
> index 99abb1a..4eba50f 100644
> --- a/plugins/org.yocto.cmake.core/build.properties
> +++ b/plugins/org.yocto.cmake.core/build.properties
> @@ -1,7 +1,9 @@
> source.. = src/
> output.. = bin/
> bin.includes = META-INF/,\
> +               templates/,\
>                .,\
>                plugin.xml,\
>                OSGI-INF/l10n/bundle.properties,\
>                OSGI-INF/
> +src.includes = templates/
> -- 
> 2.7.4
> 
> _______________________________________________
> eclipse-yocto mailing list
> eclipse-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-yocto



More information about the eclipse-yocto mailing list