pkgconfig: Place the pkg.m4 into the main package

The pkg.m4 should be in the main package, the -dev package will attempt
to pull in X11 header files and will require too much filesystem space.
This commit is contained in:
Holger Hans Peter Freyther 2012-06-04 07:20:39 +08:00 committed by Holger Hans Peter Freyther
parent 03c9643695
commit c29b5d8bb4
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:"
PRINC="1"
FILES_${PN} += " ${datadir}/aclocal "