diff options
Diffstat (limited to 'meta/classes/binconfig.bbclass')
| -rw-r--r-- | meta/classes/binconfig.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 50c66ae8d3..9ebb54887c 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass | |||
| @@ -14,8 +14,8 @@ def get_binconfig_mangle(d): | |||
| 14 | s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'" | 14 | s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'" |
| 15 | s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'" | 15 | s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'" |
| 16 | s += " -e 's:OEDATADIR:${STAGING_DATADIR}:'" | 16 | s += " -e 's:OEDATADIR:${STAGING_DATADIR}:'" |
| 17 | s += " -e 's:OEPREFIX:${STAGING_DIR_HOST}${layout_prefix}:'" | 17 | s += " -e 's:OEPREFIX:${STAGING_DIR_HOST}${prefix}:'" |
| 18 | s += " -e 's:OEEXECPREFIX:${STAGING_DIR_HOST}${layout_exec_prefix}:'" | 18 | s += " -e 's:OEEXECPREFIX:${STAGING_DIR_HOST}${exec_prefix}:'" |
| 19 | s += " -e 's:-I${WORKDIR}:-I${STAGING_INCDIR}:'" | 19 | s += " -e 's:-I${WORKDIR}:-I${STAGING_INCDIR}:'" |
| 20 | s += " -e 's:-L${WORKDIR}:-L${STAGING_LIBDIR}:'" | 20 | s += " -e 's:-L${WORKDIR}:-L${STAGING_LIBDIR}:'" |
| 21 | return s | 21 | return s |
| @@ -31,7 +31,7 @@ do_install_append() { | |||
| 31 | -e 's:${STAGING_LIBDIR}:${libdir}:g;' \ | 31 | -e 's:${STAGING_LIBDIR}:${libdir}:g;' \ |
| 32 | -e 's:${STAGING_INCDIR}:${includedir}:g;' \ | 32 | -e 's:${STAGING_INCDIR}:${includedir}:g;' \ |
| 33 | -e 's:${STAGING_DATADIR}:${datadir}:' \ | 33 | -e 's:${STAGING_DATADIR}:${datadir}:' \ |
| 34 | -e 's:${STAGING_DIR_HOST}${layout_prefix}:${prefix}:' > ${D}${bindir}/`basename $config` | 34 | -e 's:${STAGING_DIR_HOST}${prefix}:${prefix}:' > ${D}${bindir}/`basename $config` |
| 35 | done | 35 | done |
| 36 | fi | 36 | fi |
| 37 | 37 | ||
| @@ -40,7 +40,7 @@ do_install_append() { | |||
| 40 | -e 's:${STAGING_LIBDIR}:${libdir}:g;' \ | 40 | -e 's:${STAGING_LIBDIR}:${libdir}:g;' \ |
| 41 | -e 's:${STAGING_INCDIR}:${includedir}:g;' \ | 41 | -e 's:${STAGING_INCDIR}:${includedir}:g;' \ |
| 42 | -e 's:${STAGING_DATADIR}:${datadir}:' \ | 42 | -e 's:${STAGING_DATADIR}:${datadir}:' \ |
| 43 | -e 's:${STAGING_DIR_HOST}${layout_prefix}:${prefix}:' \ | 43 | -e 's:${STAGING_DIR_HOST}${prefix}:${prefix}:' \ |
| 44 | $lafile | 44 | $lafile |
| 45 | done | 45 | done |
| 46 | } | 46 | } |
