mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
selftest/buildoptions.py: use INHERIT +=
* INHERIT = -> INHERIT += (From OE-Core rev: 727566ea0e4d19797ecb4cce5750f78e895f6293) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71db079bc5
commit
dd31bcafb8
@@ -276,7 +276,7 @@ class ArchiverTest(oeSelfTest):
|
||||
Test for archiving the work directory and exporting the source files.
|
||||
"""
|
||||
self.add_command_to_tearDown('cleanup-workdir')
|
||||
self.write_config("INHERIT = \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
|
||||
self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"")
|
||||
res = bitbake("xcursor-transparent-theme", ignore_status=True)
|
||||
self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
|
||||
pkgs_path = g.glob(str(self.builddir) + "/tmp/deploy/sources/allarch*/xcurs*")
|
||||
|
||||
Reference in New Issue
Block a user