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

* [meta-oe][PATCH 2/3] emacs: Inherit pkgconfig
  2021-09-22 15:01 [meta-networking][PATCH 1/3] postfix: Inherit pkgconfig Khem Raj
@ 2021-09-22 15:01 ` Khem Raj
  2021-09-22 15:01 ` [meta-python][PATCH 3/3] python3-lxml: " Khem Raj
  1 sibling, 0 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-oe/recipes-support/emacs/emacs_27.2.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb
index a91c465c1f..193cd00123 100644
--- a/meta-oe/recipes-support/emacs/emacs_27.2.bb
+++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb
@@ -24,8 +24,7 @@ EXTRA_OECONF = " --with-x=no --with-dumping=none"
 DEPENDS = "ncurses"
 DEPENDS:append:class-target = " emacs-native"
 
-inherit autotools mime-xdg
-
+inherit autotools mime-xdg pkgconfig
 
 do_compile:class-native (){
     cd ${B}/lib-src
-- 
2.33.0


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

* [meta-python][PATCH 3/3] python3-lxml: Inherit pkgconfig
  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 ` Khem Raj
  1 sibling, 0 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-python/recipes-devtools/python/python3-lxml_4.6.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
index 241ffcfc0d..669c2eaeeb 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb
@@ -20,7 +20,7 @@ DEPENDS += "libxml2 libxslt"
 
 SRC_URI[sha256sum] = "39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468"
 
-inherit pypi setuptools3
+inherit pkgconfig pypi setuptools3
 
 # {standard input}: Assembler messages:
 # {standard input}:1488805: Error: branch out of range
-- 
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.