Makefile: Remove more pkgconfig files
authorValentine Barshak <gvaxon@gmail.com>
Tue, 2 Oct 2012 08:52:15 +0000 (08:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 4 Oct 2012 21:03:48 +0000 (23:03 +0200)
commit94d3aa171cfa72405c51686c82164d5af246f7bd
tree7bda358eb820972ee56e4bba7b3829ea6c05ca65
parent11017f081fc5b034e680d89eaea729c19f450e01
Makefile: Remove more pkgconfig files

The pkgconfig files are located in  /usr/lib/pkgconfig
and /usr/share/pkgconfig directories.
However, only /usr/lib/pkgconfig is removed when no
development files are needed in the target filesystem.

Remove pkgconfig directory from $(TARGET_DIR)/usr/share
as well if BR2_HAVE_DEVFILES is not set.

Signed-off-by: Valentine Barshak <gvaxon@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile