diff options
| -rw-r--r-- | meta/classes/uninative.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 1e19917a97..3c7ccd66f4 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
| @@ -100,7 +100,7 @@ ${UNINATIVE_STAGING_DIR}-uninative/relocate_sdk.py \ | |||
| 100 | ${UNINATIVE_LOADER} \ | 100 | ${UNINATIVE_LOADER} \ |
| 101 | ${UNINATIVE_LOADER} \ | 101 | ${UNINATIVE_LOADER} \ |
| 102 | ${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux/${bindir_native}/patchelf-uninative \ | 102 | ${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux/${bindir_native}/patchelf-uninative \ |
| 103 | ${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux${base_libdir_native}/libc*.so" % chksum) | 103 | ${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux${base_libdir_native}/libc*.so*" % chksum) |
| 104 | subprocess.check_output(cmd, shell=True) | 104 | subprocess.check_output(cmd, shell=True) |
| 105 | 105 | ||
| 106 | with open(loaderchksum, "w") as f: | 106 | with open(loaderchksum, "w") as f: |
