All of lore.kernel.org
 help / color / mirror / Atom feed
* Qt WebEngine Recipe do_install_append()
@ 2016-03-21 23:38 Charles Chau
  0 siblings, 0 replies; only message in thread
From: Charles Chau @ 2016-03-21 23:38 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

Hello,

I found these lines in the Qt WebEngine 5.5 and 5.6 Recipe

/do_install_append() {//
//        rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} 
${D}${OE_QMAKE_PATH_PLUGINS} || true//
//        sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@-L${B}[^ 
]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc//
//    }//
/
Version 5.5 compile without problem.  However, to make Qt Web Engine 
compile for 5.6, I needed to delete these lines.  But, 
qtwebengine-qmlplugins, qtwebengine-plugins, and qtwebengine-examples 
are all gone from the build (from 5.6). These lines return error in 
which the system cannot access those directories.

Could someone explain what do they mean? especially the `sed` one. What 
happened to the Qtwebengine plugins, qmlplugins and examples in Qt 
WebEngine 5.6?

Thank you,

-- 
Charles Chau


[-- Attachment #2: Type: text/html, Size: 1279 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-22  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 23:38 Qt WebEngine Recipe do_install_append() Charles Chau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.