All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-anaconda][PATCH] anaconda_oe.py: add ldconfig to DISTRO_FEATURES
@ 2019-06-06  1:08 Chen Qi
  0 siblings, 0 replies; only message in thread
From: Chen Qi @ 2019-06-06  1:08 UTC (permalink / raw)
  To: yocto

'ldconfig' is a required distro feature for anaconda, so add it
before running any builds, otherwise, we get build failure due to
lack of 'ldconfig'.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 lib/oeqa/selftest/cases/anaconda_oe.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/oeqa/selftest/cases/anaconda_oe.py b/lib/oeqa/selftest/cases/anaconda_oe.py
index 9cc6de4..e568709 100644
--- a/lib/oeqa/selftest/cases/anaconda_oe.py
+++ b/lib/oeqa/selftest/cases/anaconda_oe.py
@@ -19,6 +19,7 @@ class TestAnacondaOE(OESelftestTestCase):
         features += 'VIRTUAL-RUNTIME_init_manager = "systemd"\n'
         features += 'DISTRO_FEATURES_append = " systemd"\n'
         features += 'DISTRO_FEATURES_append = " pam"\n'
+        features += 'DISTRO_FEATURES_append = " ldconfig"\n'
         features += 'DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit"\n'
         self.write_config(features)
         self.logger.info('local.conf:\n%s' % features)
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-06  1:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06  1:08 [meta-anaconda][PATCH] anaconda_oe.py: add ldconfig to DISTRO_FEATURES Chen Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.