mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
oeqa/selftest/incompatible_lib: Fix append usage
It's pure luck this has worked so far, add a missing space to the append. (From OE-Core rev: 0c9437beb64aa294a1863de10a6c4b44612fa9e4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 793e0575b1cebb953276b5f93ff31e48c19779c8) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -85,7 +85,7 @@ class IncompatibleLicenseTests(OESelftestTestCase):
|
|||||||
class IncompatibleLicensePerImageTests(OESelftestTestCase):
|
class IncompatibleLicensePerImageTests(OESelftestTestCase):
|
||||||
def default_config(self):
|
def default_config(self):
|
||||||
return """
|
return """
|
||||||
IMAGE_INSTALL_append = "bash"
|
IMAGE_INSTALL_append = " bash"
|
||||||
INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0"
|
INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user