diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index aa1d4007bd..e57d2ac934 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -46,7 +46,5 @@ 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 + sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python|' }