diff options
Diffstat (limited to 'meta/classes/binconfig.bbclass')
| -rw-r--r-- | meta/classes/binconfig.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 73ca4d6219..8e22d2d292 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass | |||
| @@ -47,8 +47,8 @@ SYSROOT_PREPROCESS_FUNCS += "binconfig_sysroot_preprocess" | |||
| 47 | binconfig_sysroot_preprocess () { | 47 | binconfig_sysroot_preprocess () { |
| 48 | for config in `find ${S} -name '${BINCONFIG_GLOB}'`; do | 48 | for config in `find ${S} -name '${BINCONFIG_GLOB}'`; do |
| 49 | configname=`basename $config` | 49 | configname=`basename $config` |
| 50 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS} | 50 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts} |
| 51 | cat $config | sed ${@get_binconfig_mangle(d)} > ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/$configname | 51 | cat $config | sed ${@get_binconfig_mangle(d)} > ${SYSROOT_DESTDIR}${bindir_crossscripts}/$configname |
| 52 | chmod u+x ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/$configname | 52 | chmod u+x ${SYSROOT_DESTDIR}${bindir_crossscripts}/$configname |
| 53 | done | 53 | done |
| 54 | } | 54 | } |
