From patchwork Sun Apr 17 17:05:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: schroedinger: inherit class `pkgconfig` Date: Sun, 17 Apr 2011 17:05:57 -0000 From: Paul Menzel X-Patchwork-Id: 2433 Message-Id: <1303059957.23572.25.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org Date: Sun, 17 Apr 2011 18:47:21 +0200 Schrödinger installs pkg-config files. $ ls angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/*pc* angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/depcomp angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger-1.0-uninstalled.pc angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger-uninstalled.pc angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger-uninstalled.pc.in angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger.pc angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger.pc.in It looks like originally `AUTOTOOLS_STAGE_PKGCONFIG` was used for this task. This variable was not used anymore and stylistically removed in commit c9ca1ec7 [1], but it was forgotten to inherit `pkgconfig` again. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c9ca1ec7a97eda5518ef95a35efee76b943763a8 Signed-off-by: Paul Menzel --- Strangely the missing class inheritance did not cause any build errors for packages depending on `schroedinger`. --- recipes/schroedinger/schroedinger.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc index 386fc73..1e9877d 100644 --- a/recipes/schroedinger/schroedinger.inc +++ b/recipes/schroedinger/schroedinger.inc @@ -9,7 +9,7 @@ SRC_URI += "file://configure.ac.patch" EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}" -inherit autotools +inherit autotools pkgconfig do_configure_append () { # Fix stupid libtool... handling.