[oe] [meta-qt5][PATCH] qtwebkit: add necessary dependency on gperf-native

Andreas Oberritter obi at opendreambox.org
Mon Feb 6 21:28:11 UTC 2017


Ping. In Patchwork this was archived, but it's not in master-next.

On Sun, 29 Jan 2017 10:33:24 +0100
Andreas Oberritter <obi at opendreambox.org> wrote:

> QtWebKit refuses to build if gperf is not found in PATH.
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  recipes-qt/qt5/qtwebkit_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
> index 2d69bb8..4845d0f 100644
> --- a/recipes-qt/qt5/qtwebkit_git.bb
> +++ b/recipes-qt/qt5/qtwebkit_git.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
>      file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \
>  "
>  
> -DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt"
> +DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native"
>  
>  # qemuarm build fails with:
>  # | {standard input}: Assembler messages:




More information about the Openembedded-devel mailing list