All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/3] postfix: Inherit pkgconfig
@ 2021-09-22 15:01 Khem Raj
  2021-09-22 15:01 ` [meta-oe][PATCH 2/3] emacs: " Khem Raj
  2021-09-22 15:01 ` [meta-python][PATCH 3/3] python3-lxml: " Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2021-09-22 15:01 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

It was part of default dependencies before

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-daemons/postfix/postfix.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 7bf258374c..1ae32af283 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -20,7 +20,7 @@ CLEANBROKEN = "1"
 
 BBCLASSEXTEND = "native"
 
-inherit update-rc.d useradd update-alternatives systemd lib_package
+inherit pkgconfig update-rc.d useradd update-alternatives systemd lib_package
 
 INITSCRIPT_NAME = "postfix"
 INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ."
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-22 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 15:01 [meta-networking][PATCH 1/3] postfix: Inherit pkgconfig Khem Raj
2021-09-22 15:01 ` [meta-oe][PATCH 2/3] emacs: " Khem Raj
2021-09-22 15:01 ` [meta-python][PATCH 3/3] python3-lxml: " 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.