On Thu, Mar 17, 2016 at 10:19:29AM -0700, Andre McCurdy wrote:
> Signed-off-by: Andre McCurdy <armccu...@gmail.com>
> ---
>  meta/classes/gobject-introspection.bbclass | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/meta/classes/gobject-introspection.bbclass 
> b/meta/classes/gobject-introspection.bbclass
> index eb0e7ad..8a09e34 100644
> --- a/meta/classes/gobject-introspection.bbclass
> +++ b/meta/classes/gobject-introspection.bbclass
> @@ -35,3 +35,6 @@ FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib"
>  # .gir files go to dev package, as they're needed for developing (but not for
>  # running) things that depends on introspection.
>  FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir"
> +
> +# Due to use of COMBINED_FEATURES
> +PACKAGE_ARCH = "${MACHINE_ARCH}"

This was already proposed in:
http://lists.openembedded.org/pipermail/openembedded-core/2016-March/118743.html
thread, but unfortunately rejected :/.

Also this isn't enough, you would need to change all recipes depending
on one recipes with this inherit to be MACHINE_ARCH as well.

Regards,

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to