undo previous faulty change
authorPhil Blundell <philb@gnu.org>
Thu, 29 Jul 2004 20:28:53 +0000 (20:28 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 29 Jul 2004 20:28:53 +0000 (20:28 +0000)
BKrev: 41095e05Js38xaZ5TO_a5rv6WGyILg

classes/pkgconfig.oeclass

index d791e62..83f3a3d 100644 (file)
@@ -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 () {