diff options
| -rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index 34d53f9ec8..25635fc2f5 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
| @@ -65,5 +65,5 @@ fakeroot archive_sdk() { | |||
| 65 | rm sysroots -rf | 65 | rm sysroots -rf |
| 66 | patchelf --set-interpreter ${@''.join('a' for n in range(1024))} $DEST/usr/bin/patchelf | 66 | patchelf --set-interpreter ${@''.join('a' for n in range(1024))} $DEST/usr/bin/patchelf |
| 67 | mv $DEST/usr/bin/patchelf $DEST/usr/bin/patchelf-uninative | 67 | mv $DEST/usr/bin/patchelf $DEST/usr/bin/patchelf-uninative |
| 68 | tar ${SDKTAROPTS} -c -j --file=${SDKDEPLOYDIR}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 . | 68 | ${SDK_ARCHIVE_CMD} |
| 69 | } | 69 | } |
