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>