[oe-commits] [openembedded-core] 10/12: uninative-tarball: Fix file generation after class changes

git at git.openembedded.org git at git.openembedded.org
Wed May 29 11:58:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1cfe7cbb20a0eedd46ab6ee57f8d49bc652f818a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 29 11:37:54 2019 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index e0cb9ff..34d53f9 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list