All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc-tests: Do not set SYSTEMD_SERVICE
@ 2021-11-18 22:43 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-11-18 22:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

These are glibc specific which comes from glibc packaging class

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/glibc/glibc-tests_2.34.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glibc/glibc-tests_2.34.bb b/meta/recipes-core/glibc/glibc-tests_2.34.bb
index d2d3cfff913..f72be0d1fb7 100644
--- a/meta/recipes-core/glibc/glibc-tests_2.34.bb
+++ b/meta/recipes-core/glibc/glibc-tests_2.34.bb
@@ -19,6 +19,8 @@ python __anonymous() {
 
        d.setVar("BBCLASSEXTEND", "")
        d.setVar("RRECOMMENDS", "")
+       d.setVar("SYSTEMD_SERVICE:nscd", "")
+       d.setVar("SYSTEMD_PACKAGES", "")
 }
 
 # Remove any lefovers from original glibc recipe
-- 
2.34.0



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

only message in thread, other threads:[~2021-11-18 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 22:43 [PATCH] glibc-tests: Do not set SYSTEMD_SERVICE Khem Raj

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.