]> code.ossystems Code Review - openembedded-core.git/commit
gcr: add missing dependencies for vapi
authorJackie Huang <jackie.huang@windriver.com>
Mon, 12 Dec 2016 05:22:14 +0000 (13:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:33 +0000 (22:47 +0000)
commit8f582cf189ee6c4efdb1e0f1748ad1b13bad951b
tree98d5edc180344c7271f3bb2907d0b4d27a898a64
parent9945cbccc4c737c84ad441773061acbf90c7baed
gcr: add missing dependencies for vapi

According to the vapi_DEPS definition:
gcr-3.vapi depends on gck-1.vapi,
gcr-ui-3.vapi depends on gck-1.vapi and gcr-3.vapi

But these dependencies are missing for the make targets,
so it will fail when build in parallel:
error: Package `gck-1' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `gcr-3' not found in specified Vala API directories or GObject-Introspection GIR directories

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/gcr/files/gcr-add-missing-dependencies-for-vapi.patch [new file with mode: 0644]
meta/recipes-gnome/gcr/gcr_3.20.0.bb