]> code.ossystems Code Review - openembedded-core.git/commit
cogl: fix G-I .typelib installation
authorRoss Burton <ross.burton@intel.com>
Mon, 4 Apr 2016 13:28:55 +0000 (14:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Apr 2016 08:55:47 +0000 (09:55 +0100)
commitc5c47bc30be52e3b70d74cf89d5c68adbbb1a402
treeed4cb8e132a586bafb835c5ba76c41600574a735
parentddc60aea113e587f27df03645620d6eb677ff28a
cogl: fix G-I .typelib installation

By default gobject-introspection puts .typelib files into $PN, but the cogl-1.0
recipe doesn't use PN.  Installing cogl-1.0 is impossible as libcogl
conflicts/replaces with cogl-1.0 due to a previous upgrade.

Fix this by putting the .typelib files into the right subpackages, and
explicitly setting FILES_${PN} to "" so that nothing accidently ends up in PN.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/cogl/cogl-1.0.inc