1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

uninative-tarball: Fix file generation after class changes

OE-Core rev: 57a33048a89a422cfdc986d3489c67b2d297e1e7 renamed the tar_sdk function
but didn't fix this recipe. This leads to broken uninative tarballs as the internal
structure isn't correct. Fix this.

(From OE-Core rev: 1cfe7cbb20a0eedd46ab6ee57f8d49bc652f818a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-05-29 11:37:54 +01:00
parent 15693fe03e
commit fa4dd73823
+1 -1
View File
@@ -57,7 +57,7 @@ fakeroot create_sdk_files() {
} }
fakeroot tar_sdk() { fakeroot archive_sdk() {
cd ${SDK_OUTPUT}/${SDKPATH} cd ${SDK_OUTPUT}/${SDKPATH}
DEST="./${SDK_ARCH}-${SDK_OS}" DEST="./${SDK_ARCH}-${SDK_OS}"