| Submitter | Paul Menzel |
|---|---|
| Date | April 17, 2011, 5:05 p.m. |
| Message ID | <1303059957.23572.25.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2433/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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.
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@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(-)