mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
oeqa: fix warnings for append operators combined with +=
(From OE-Core rev: 392d9878e9a195503bbc66e5ed2fadce9d632902) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f2504115f08b173d919d9abe507a0ba440b0d4df) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,7 +10,7 @@ from oeqa.core.decorator.depends import OETestDepends
|
||||
from oeqa.core.decorator.data import skipIfNotFeature
|
||||
|
||||
# need some kernel fragments
|
||||
# echo "KERNEL_FEATURES_append += \" features\/kernel\-sample\/kernel\-sample.scc\"" >> local.conf
|
||||
# echo "KERNEL_FEATURES_append = \" features\/kernel\-sample\/kernel\-sample.scc\"" >> local.conf
|
||||
class KSample(OERuntimeTestCase):
|
||||
def cmd_and_check(self, cmd='', match_string=''):
|
||||
status, output = self.target.run(cmd)
|
||||
|
||||
@@ -240,7 +240,7 @@ USERADD_GID_TABLES += "files/static-group"
|
||||
def test_no_busybox_base_utils(self):
|
||||
config = """
|
||||
# Enable x11
|
||||
DISTRO_FEATURES_append += "x11"
|
||||
DISTRO_FEATURES_append = " x11"
|
||||
|
||||
# Switch to systemd
|
||||
DISTRO_FEATURES += "systemd"
|
||||
|
||||
Reference in New Issue
Block a user