From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request v2] Detect and fix circular dependencies
Date: Sun, 24 Jan 2016 17:02:36 +0100 [thread overview]
Message-ID: <cover.1453651102.git.yann.morin.1998@free.fr> (raw)
Hello All!
We currently have two circular dependencies:
cups <- avahi <- libglade <- libgtk2 -< cups
cups <- avahi <- libgtk3 <- cups
This series fixes those two loops (by cutting the libgtk{2,3} <- cups
dependency).
It also adds support for detecting future such circular dependencies,
and makes the graph-depends script robust in such a situation.
Changes v1 -> v2:
- optimise the loop detection (Thomas, Arnout)
- add timings for the new check (Thomas)
- actually fix the two loops
- enhance graph-depends to only check dependencies
Regards,
Yann E. MORIN.
The following changes since commit 530c5a55959f161f49dc095641a24ede649725be:
vboot-utils: fix RSA redefinition build error with old compilers (2016-01-23 13:09:29 +0100)
are available in the git repository at:
git://git.busybox.net/~ymorin/git/buildroot yem/fixes
for you to fetch changes up to 00edb6450d0b45ee3c0ae850f7d3a72d5aad711f:
core: add a make target to check the dependencies (2016-01-24 16:42:28 +0100)
----------------------------------------------------------------
Yann E. MORIN (6):
package/libgtk2: break a circular dependency
package/libgtk3: break a circular dependency
support/graph-depends: detect circular dependencies
support/graph-depends: add option to specify output file
support/graph-depends: teach it to only check dependencies
core: add a make target to check the dependencies
Makefile | 10 ++++++--
package/libgtk2/libgtk2.mk | 10 +++-----
package/libgtk3/libgtk3.mk | 11 ++-------
package/pkg-generic.mk | 8 ++++---
support/scripts/graph-depends | 56 ++++++++++++++++++++++++++++++++++++++-----
5 files changed, 68 insertions(+), 27 deletions(-)
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2016-01-24 16:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-24 16:02 Yann E. MORIN [this message]
2016-01-24 16:02 ` [Buildroot] [PATCH 1/6 v2] package/libgtk2: break a circular dependency Yann E. MORIN
2016-02-06 22:46 ` Thomas Petazzoni
2016-02-06 22:53 ` Yann E. MORIN
2016-02-06 23:02 ` Thomas Petazzoni
2016-01-24 16:02 ` [Buildroot] [PATCH 2/6 v2] package/libgtk3: " Yann E. MORIN
2016-01-24 16:02 ` [Buildroot] [PATCH 3/6 v2] support/graph-depends: detect circular dependencies Yann E. MORIN
2016-01-24 16:02 ` [Buildroot] [PATCH 4/6 v2] support/graph-depends: add option to specify output file Yann E. MORIN
2016-02-06 23:00 ` Thomas Petazzoni
2016-01-24 16:02 ` [Buildroot] [PATCH 5/6 v2] support/graph-depends: teach it to only check dependencies Yann E. MORIN
2016-01-24 16:02 ` [Buildroot] [PATCH 6/6 v2] core: add a make target to check the dependencies Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1453651102.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.