mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
reproducible: Merge code into base.bbclass
Reproducibility is here to stay and needs to be part of our default workflow. Move the remaining code to base.bbclass so it is always a first class citizen and it is clear people need to be mindful of it. (From OE-Core rev: abb0671d2cebfd7e8df94796404bbe9c7f961058) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -219,7 +219,6 @@ class ReproducibleTests(OESelftestTestCase):
|
||||
bb.utils.remove(tmpdir, recurse=True)
|
||||
|
||||
config = textwrap.dedent('''\
|
||||
INHERIT += "reproducible_build"
|
||||
PACKAGE_CLASSES = "{package_classes}"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
TMPDIR = "{tmpdir}"
|
||||
|
||||
Reference in New Issue
Block a user