pkgconfig.bbclass: don't blindly install every .pc file
commitc2c8fe4c5629add94bd0b922f5b3446624a9f4d8
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 25 Oct 2010 04:20:59 +0000 (25 04:20 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 18 Nov 2010 19:17:13 +0000 (18 11:17 -0800)
tree5c043e823bd030cb45af2c3696c2d0988752ddbf
parentee2644c9275c63e8c50e052cb70e6a94a5cc83bf
pkgconfig.bbclass: don't blindly install every .pc file

* Instead of installing the file, print a log message. Later,
  this function could be removed.
* .pc files must be installed explicitly to avoid causing
  build problems. E.g. libsoup-2.4-gnome.pc must not be
  installed if libsoup-2.4 is built without gnome support,
  because gstreamer would try to link against libsoup-2.4-gnome.
* Fixes for lua5.1 and libid3tag, which install their own .pc
  files from OE, have been submitted.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/pkgconfig.bbclass