From: Phil Blundell Date: Thu, 5 Aug 2004 14:50:37 +0000 (+0000) Subject: mangle orbit_idl pathname in installed .pc file X-Git-Tag: Release-2010-05/1~17794 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb130b8f7a3a93d26c6225870172220b4878e1c2;p=openembedded.git mangle orbit_idl pathname in installed .pc file BKrev: 4112493d2bieNuXZOIfUVsJEbzt4xg --- diff --git a/gnome/orbit2_2.10.2.oe b/gnome/orbit2_2.10.2.oe index ac277c95a7..a28ea1e88d 100644 --- a/gnome/orbit2_2.10.2.oe +++ b/gnome/orbit2_2.10.2.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" DESCRIPTION = "CORBA ORB" SECTION = "gnome/base" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ @@ -22,6 +22,11 @@ do_configure_prepend() { install ${WORKDIR}/gtk-doc.make ./ } +do_compile_append () { + sed 's:^orbit_idl=.*/:orbit_idl=${STAGING_BINDIR}/:' < ORBit-2.0.pc > ORBit-2.0.pc.new + mv ORBit-2.0.pc.new ORBit-2.0.pc +} + do_stage() { oe_libinstall -so -C src/orb libORBit-2 ${STAGING_LIBDIR} oe_libinstall -so -C src/services/name libORBitCosNaming-2 ${STAGING_LIBDIR}