From c29b5d8bb4b222dc3f551029f7b15fd8ee1b0386 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 4 Jun 2012 07:20:39 +0800 Subject: [PATCH] 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. --- recipes-fixes/pkgconfig/pkgconfig_0.25.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-fixes/pkgconfig/pkgconfig_0.25.bbappend diff --git a/recipes-fixes/pkgconfig/pkgconfig_0.25.bbappend b/recipes-fixes/pkgconfig/pkgconfig_0.25.bbappend new file mode 100644 index 0000000..d3fb34e --- /dev/null +++ b/recipes-fixes/pkgconfig/pkgconfig_0.25.bbappend @@ -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 "