diff options
| -rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index b7c32e64bc..f645ed6f0c 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
| @@ -91,6 +91,9 @@ USE_NLS_class-target = "yes" | |||
| 91 | USE_NLS_class-nativesdk = "yes" | 91 | USE_NLS_class-nativesdk = "yes" |
| 92 | CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false" | 92 | CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false" |
| 93 | 93 | ||
| 94 | EXEEXT = "" | ||
| 95 | EXEEXT_mingw32 = ".exe" | ||
| 96 | |||
| 94 | do_install_append () { | 97 | do_install_append () { |
| 95 | if [ -f ${D}${bindir}/gtester-report ]; then | 98 | if [ -f ${D}${bindir}/gtester-report ]; then |
| 96 | sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python3|' | 99 | sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python3|' |
| @@ -107,7 +110,7 @@ do_install_append () { | |||
| 107 | 110 | ||
| 108 | # Make sure gio-querymodules is unique among multilibs | 111 | # Make sure gio-querymodules is unique among multilibs |
| 109 | if test "x${MLPREFIX}" != "x"; then | 112 | if test "x${MLPREFIX}" != "x"; then |
| 110 | mv ${D}${libexecdir}/gio-querymodules ${D}${libexecdir}/${MLPREFIX}gio-querymodules | 113 | mv ${D}${libexecdir}/gio-querymodules${EXEEXT} ${D}${libexecdir}/${MLPREFIX}gio-querymodules${EXEEXT} |
| 111 | fi | 114 | fi |
| 112 | } | 115 | } |
| 113 | 116 | ||
