From 08fd9740b9359425ec6ee9810fab1152e9737b0c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Sep 2011 04:25:41 +0100 Subject: glib-2.0: Fix python paths in scripts to use target paths Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-core/glib-2.0/glib.inc') diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index fdbfa54f8..d2415fdd3 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -35,3 +35,9 @@ FILES_${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb" ARM_INSTRUCTION_SET = "arm" USE_NLS = "yes" + +do_install_append () { + if [ "${PN}" != "glib-2.0-native" ]; then + sed ${D}${bindir}/gtester-report -i -e 's,${STAGING_BINDIR_NATIVE},${bindir},g' + fi +} -- cgit v1.2.3