[oe] [PATCH] schroedinger: inherit class `pkgconfig`

Paul Menzel paulepanter at users.sourceforge.net
Sun Apr 17 17:05:57 UTC 2011


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 <paulepanter at users.sourceforge.net>
---
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. 
-- 
1.7.4.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110417/611c49fb/attachment-0002.sig>


More information about the Openembedded-devel mailing list