[oe] [meta-qt5][PATCH] qmake5_base.bbclass: fix typo

Martin Jansa martin.jansa at gmail.com
Wed Apr 29 14:27:18 UTC 2015


On Tue, Apr 28, 2015 at 04:12:27PM +0200, Alexis Cellier wrote:
> In the qt.conf file created, fix typo on "TargetSpec" (was "TartgetSpec").

How was this tested before sending?

In my builds it causes:
| Cannot read /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtbase/5.4.1+gitAUTOINC+f58e882b75-r0/build/mkspecs/linux-oe-g++/qmake.conf: No such file or directory
| Could not read qmake configuration file /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtbase/5.4.1+gitAUTOINC+f58e882b75-r0/build/mkspecs/linux-oe-g++/qmake.conf.

So I agree it's a typo, but if we cannot make it work, then we should
remove the line completely.

> 
> Signed-off-by: Alexis Cellier <alexis.cellier at openwide.fr>
> ---
>  classes/qmake5_base.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
> index 44575c4..dbdaf78 100644
> --- a/classes/qmake5_base.bbclass
> +++ b/classes/qmake5_base.bbclass
> @@ -79,7 +79,7 @@ HostBinaries = ${OE_QMAKE_PATH_HOST_BINS}
>  HostData = ${OE_QMAKE_PATH_HOST_DATA}
>  HostLibraries = ${OE_QMAKE_PATH_HOST_LIBS}
>  HostSpec = ${OE_QMAKESPEC}
> -TartgetSpec = ${OE_XQMAKESPEC}
> +TargetSpec = ${OE_XQMAKESPEC}
>  ExternalHostBinaries = ${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}
>  Sysroot = ${STAGING_DIR_TARGET}
>  EOF
> -- 
> 2.3.5
> -- 
> _______________________________________________
> 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



More information about the Openembedded-devel mailing list