From: Richard Purdie Date: Wed, 29 May 2019 10:37:54 +0000 (+0100) Subject: uninative-tarball: Fix file generation after class changes X-Git-Tag: uninative-2.5~2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1cfe7cbb20a0eedd46ab6ee57f8d49bc652f818a;p=openembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index e0cb9ffee0..34d53f9ec8 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb @@ -57,7 +57,7 @@ fakeroot create_sdk_files() { } -fakeroot tar_sdk() { +fakeroot archive_sdk() { cd ${SDK_OUTPUT}/${SDKPATH} DEST="./${SDK_ARCH}-${SDK_OS}"