On Mon, Feb 06, 2017 at 10:28:11PM +0100, Andreas Oberritter wrote: > Ping. In Patchwork this was archived, but it's not in master-next.
Merged now, thanks for ping. I've merged different version of the same change: https://patchwork.openembedded.org/patch/136444/ and interestingly enough I was able to build qtwebkit 5.8 last week without this change, that's why it wasn't in master-next yet. > 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: > -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
