mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +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:
@@ -57,7 +57,7 @@ fakeroot create_sdk_files() {
|
||||
}
|
||||
|
||||
|
||||
fakeroot tar_sdk() {
|
||||
fakeroot archive_sdk() {
|
||||
cd ${SDK_OUTPUT}/${SDKPATH}
|
||||
|
||||
DEST="./${SDK_ARCH}-${SDK_OS}"
|
||||
|
||||
Reference in New Issue
Block a user