diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-05 14:50:37 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-05 14:50:37 +0000 |
commit | cb130b8f7a3a93d26c6225870172220b4878e1c2 (patch) | |
tree | 53910eeeb1e9604d2bb81670b45a4aa6f8225765 /gnome | |
parent | 7fe1f57b156ec2d3278043df241f8abc39ffc99b (diff) |
mangle orbit_idl pathname in installed .pc file
BKrev: 4112493d2bieNuXZOIfUVsJEbzt4xg
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/orbit2_2.10.2.oe | 7 |
1 files changed, 6 insertions, 1 deletions
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} |