All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gnome-common: add EXTRA_OECONF "--with-autoconf-archive"
@ 2017-04-12 10:52 Zhixiong Chi
  2017-04-12 11:03 ` Alexander Kanavin
  2017-04-12 11:04 ` Jussi Kukkonen
  0 siblings, 2 replies; 7+ messages in thread
From: Zhixiong Chi @ 2017-04-12 10:52 UTC (permalink / raw)
  To: openembedded-core

After updating the autoconf-archive version to 2016.09.16, autoconf-archive
installs the same ax_*.m4 macros that gnome-common installs. So there will
be the conflict occurs.
The option '--with-autoconf-archive' is passed to configure, the macros
are not installed, and gnome-common will not install any M4 macros that
conflict with autoconf-archive.
At the same time, set the RDEPENDS for gnome-common.

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
---
 meta/recipes-gnome/gnome/gnome-common_3.18.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
index 06f3bb3..96817bb 100644
--- a/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb
@@ -14,6 +14,9 @@ SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fd
 EXTRA_AUTORECONF = ""
 DEPENDS = ""
 
+EXTRA_OECONF += " --with-autoconf-archive"
+RDEPENDS_${PN} = "autoconf-archive"
+
 FILES_${PN} += "${datadir}/aclocal"
 FILES_${PN}-dev = ""
 
-- 
1.9.1



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

end of thread, other threads:[~2017-04-18 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 10:52 [PATCH] gnome-common: add EXTRA_OECONF "--with-autoconf-archive" Zhixiong Chi
2017-04-12 11:03 ` Alexander Kanavin
2017-04-12 11:04 ` Jussi Kukkonen
2017-04-13  2:19   ` Zhixiong Chi
2017-04-13  5:02     ` Alexander Kanavin
2017-04-13  7:41       ` Jussi Kukkonen
2017-04-18 15:26         ` Burton, Ross

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.