On Thu, Jul 23, 2015 at 02:01:40PM +0300, Life Life wrote: > Hello, > > I'm trying to build qt5 webkit. I seen this error message > > Build Configuration: > BB_VERSION = "1.24.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-14.04" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "phyboard-wega-am335x-2" > DISTRO = "poky" > DISTRO_VERSION = "1.7" > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa8" > TARGET_FPU = "vfp-neon" > meta > meta-yocto = "(nobranch):9aff3a4ec058a1a1149d026ebedcc6251089fffb" > meta-phytec = "(nobranch):ccf1c78f312f84933b90926e9bf4f72de59e8e94" > meta-phyam335x = "(nobranch):a6c488b268d0c2e506f293221703dafcc05b9610" > meta-oe > meta-networking > meta-python > meta-multimedia = "(nobranch):9efaed99125b1c4324663d9a1b2d3319c74e7278" > meta-qt5 = "master:6d9e2a6dfc21f7d9a3a11b4bcb426b5dfe6feaeb" > meta-ruby = "(nobranch):9efaed99125b1c4324663d9a1b2d3319c74e7278" > > NOTE: Preparing runqueue > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > NOTE: Tasks Summary: Attempted 3367 tasks of which 3367 didn't need to be > rerun and all succeeded. > NOTE: Resolving any missing task queue dependencies > ERROR: Nothing RPROVIDES 'liborc-0.4' (but > /home/xy/yocto/build/recipes/images/ > core-image-base-edited-20150723-135844.bb RDEPENDS on or otherwise requires > it)
My guess is that qtwebkit is autodetecting orc (as provided in meta/recipes-devtools/orc/orc_0.4.23.bb) so if you build qtwebkit in sysroot with orc already staged and then reuse the same qtwebkit build in build directory without orc you'll get this kind of error message. Proper fix is to explicitly disable orc support in qtwebkit (or even better add PACKAGECONFIG[orc] which will explicitly enable/disable it). Regards, -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core