diff options
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb index b285b2e8be..ab2afb7f84 100644 --- a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb +++ b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb | |||
| @@ -25,8 +25,8 @@ do_install() { | |||
| 25 | # magic by removing all the crazy escaping. | 25 | # magic by removing all the crazy escaping. |
| 26 | sed -i -e "2i \$TARGETSYSROOT = '${STAGING_DIR_TARGET}';" \ | 26 | sed -i -e "2i \$TARGETSYSROOT = '${STAGING_DIR_TARGET}';" \ |
| 27 | -e "2i \$NATIVESYSROOT = '${STAGING_DIR_NATIVE}';" \ | 27 | -e "2i \$NATIVESYSROOT = '${STAGING_DIR_NATIVE}';" \ |
| 28 | -e 's#${@d.getVar("STAGING_DIR_NATIVE", True).replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "\\\\.")}#${NATIVESYSROOT}#g;' \ | 28 | -e 's#${@d.getVar("STAGING_DIR_NATIVE").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "\\\\.")}#${NATIVESYSROOT}#g;' \ |
| 29 | -e 's#${@d.getVar("STAGING_DIR_TARGET", True).replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "\\\\.")}#${TARGETSYSROOT}#g' \ | 29 | -e 's#${@d.getVar("STAGING_DIR_TARGET").replace("/", "\\\\/").replace("-", "\\\\-").replace(".", "\\\\.")}#${TARGETSYSROOT}#g' \ |
| 30 | ${D}${bindir_crossscripts}/${TARGET_PREFIX}klcc | 30 | ${D}${bindir_crossscripts}/${TARGET_PREFIX}klcc |
| 31 | } | 31 | } |
| 32 | 32 | ||
