Ping. In Patchwork this was archived, but it's not in master-next. On Sun, 29 Jan 2017 10:33:24 +0100 Andreas Oberritter <[email protected]> wrote:
> QtWebKit refuses to build if gperf is not found in PATH. > > Signed-off-by: Andreas Oberritter <[email protected]> > --- > 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: -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
