From: Phil Blundell Date: Thu, 29 Jul 2004 20:28:53 +0000 (+0000) Subject: undo previous faulty change X-Git-Tag: Release-2010-05/1~17974 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f052e0ec8eceb7ad57736bca700d4bc8c8ea24e;p=openembedded.git undo previous faulty change BKrev: 41095e05Js38xaZ5TO_a5rv6WGyILg --- diff --git a/classes/pkgconfig.oeclass b/classes/pkgconfig.oeclass index d791e626ec..83f3a3d9f2 100644 --- a/classes/pkgconfig.oeclass +++ b/classes/pkgconfig.oeclass @@ -6,11 +6,11 @@ def get_pkgconfig_mangle(d): import oe.data s = "-e ''" if not oe.data.inherits_class('native', d): - s += " -e 's:${libdir}$:${STAGING_LIBDIR}:;'" - s += " -e 's:${includedir}$:${STAGING_INCDIR}:;'" - s += " -e 's:${datadir}$:${STAGING_DATADIR}:'" - s += " -e 's:${prefix}$:${STAGING_LIBDIR}/..:'" - s += " -e 's:${exec_prefix}$:${STAGING_LIBDIR}/..:'" + s += " -e 's:${libdir}:${STAGING_LIBDIR}:;'" + s += " -e 's:${includedir}:${STAGING_INCDIR}:;'" + s += " -e 's:${datadir}:${STAGING_DATADIR}:'" + s += " -e 's:${prefix}:${STAGING_LIBDIR}/..:'" + s += " -e 's:${exec_prefix}:${STAGING_LIBDIR}/..:'" return s do_stage_append () {