[oe] [meta-qt5][PATCH v2] qt3d: Add assimp dependency

Martin Jansa martin.jansa at gmail.com
Wed Jan 25 15:29:54 UTC 2017


On Fri, Jan 20, 2017 at 05:41:22PM -0600, Tom Hochstein wrote:
> Fix build error:
> 
> fatal error: assimp/Importer.hpp: No such file or directory

unfortunately this would be the first dependency on meta-oe from
meta-qt5 and layer.conf currently lists core as the only dependency.

Is it possible to make this dependency optional with PACKAGECONFIG?
Otherwise you would need to add meta-oe to layer.conf and README
dependencies.

> 
> Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
> ---
>  recipes-qt/qt5/qt3d_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
> index 9708ec9..d8f943f 100644
> --- a/recipes-qt/qt5/qt3d_git.bb
> +++ b/recipes-qt/qt5/qt3d_git.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
>  "
>  
>  DEPENDS += "qtbase"
> -DEPENDS_class-target += "qtdeclarative qt3d-native"
> +DEPENDS_class-target += "qtdeclarative qt3d-native assimp"
>  
>  SRC_URI += " \
>      file://0001-Allow-a-tools-only-build.patch \
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20170125/14e4765d/attachment-0002.sig>


More information about the Openembedded-devel mailing list