[oe-commits] [openembedded-core] 12/12: selftest/package: Fix hardlink test when using sstate

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 11:13:50 UTC 2018


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

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

commit be20eb4f4ad77d9444028ca9632b74d5866d96b8
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Aug 7 11:01:36 2018 +0000

    selftest/package: Fix hardlink test when using sstate
    
    The build target won't cause the package task to run if things were already
    built and in sstate. Ensure we run the package task explicitly to ensure
    the test works as intended.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/package.py b/meta/lib/oeqa/selftest/cases/package.py
index 1e171b5..f288fca 100644
--- a/meta/lib/oeqa/selftest/cases/package.py
+++ b/meta/lib/oeqa/selftest/cases/package.py
@@ -89,7 +89,7 @@ class VersionOrdering(OESelftestTestCase):
 class PackageTests(OESelftestTestCase):
     # Verify that a recipe which sets up hardlink files has those preserved into split packages
     def test_preserve_hardlinks(self):
-        result = bitbake("selftest-hardlink")
+        result = bitbake("selftest-hardlink -c package")
 
         dest = get_bb_var('PKGDEST', 'selftest-hardlink')
         bindir = get_bb_var('bindir', 'selftest-hardlink')

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


More information about the Openembedded-commits mailing list